1. git log   查到commit记录

2.复制 commit 后面的id

3. git reset --hard  commit 后面的id   // 回退

4. 强制更新远程仓库  git push -f origin 对应远程分支名