git log
git reset --hard [commitid]
git push -f origin [branchName]
https://blog.csdn.net/u011943534/article/details/83447552
Git命令回退代码并同步到远程仓库
原文:https://www.cnblogs.com/wintertone/p/12158961.html