git return to previous commit as master after push to remote code example Example: revert last push to server git reset --hard HEAD@{1} git push -f