git reset hard to origin head code example
Example 1: git reset hard
git reset --hard
Example 2: git reset hard to remote
git reset --hard origin/master; git commit -m 'reset to remote';git push --force local dev
git reset --hard
git reset --hard origin/master; git commit -m 'reset to remote';git push --force local dev