You can also run the following to reset to the remote’s HEAD:
git reset --hard <REMOTE>/<BRANCH_NAME>
Ex:
git reset --hard origin/master
You can also run the following to reset to the remote’s HEAD:
git reset --hard <REMOTE>/<BRANCH_NAME>
Ex:
git reset --hard origin/master