1、git log查看提交记录,找到需要回退到的commitID

2、回退到之前的版本

git reset --hard commitId

3、远程回退

git push -f