1. 查看提交日志 git log # 已经删除的commitId可以用git reflog查看 git reflog 2. 本地代码回到指定的commitid hard模式 git reset --hard commitid 3. git服务器代码回到指定的commitid git push -f origin 分支名称