git 回滚到某次提交 2018-08-16 本文已影响29人 为之则易ing 本地版本回退 git reflog 查看commit id git reset --hard commit id 远程版本回退 git push -f origin master (必须强制)