how to reset a remote branch to a commit git code example Example: how to reset git master branch by remote git fetch origin git reset --hard origin/master