需要在记录中查找到 commit_id
git
git log // 按q键退出查询状态
git命令进行回滚
git
git reset --hard <需要回滚的commitId>
将回滚的代码提交
git
git push -f origin <当前分支名>