git reset --hard commit的版本号
在执行 git reset 后本地已经回退到指定的版本了,如果需要推送到远端的仓库的话,需要强制提交。
git reset
$ git push -u -f origin 分支号