git代码回滚

git代码回滚到历史上的某一次提交。

git命令:

git reset --hard 

commit-id可以通过git log输出查找。

然后强制推送到远程:

git push --force

 

你可能感兴趣的:(git,git,git)