git set remote head to commit code example
Example: git reset remote
# local
git reset <commit-hash>
# or
git reset --hard <commit-hash>
# remote
git push -f origin master
# local
git reset <commit-hash>
# or
git reset --hard <commit-hash>
# remote
git push -f origin master