git代码回滚到历史上的某一次提交。 git命令: git reset --hard <commit-id> commit-id可以通过git log输出查找。 然后强制推送到远程: git push --force