一、版本回退
1、本地仓库回退
git reset --hard commit_id
2、把当前节点提交到远程仓库
git push origin HEAD --forece
Git-版本回退
原文:https://www.cnblogs.com/yangchin9/p/15247313.html