Git Revert Nov 9, 2015 git log git reset --hard <commit-id> git push <remote-repo> HEAD --force HEAD表示当前,HEAD^表示上一次提交,HEAD^^表示上上一次提交