这次主要是在使用的时候不小心提交了代码,需要删除这次提交,记录一下解决的方法.
1.git reflog找到版本号
image.png
2.git reset --hard commit_id
image.png
3.git push origin HEAD --force
image.png
这次主要是在使用的时候不小心提交了代码,需要删除这次提交,记录一下解决的方法.
1.git reflog找到版本号
2.git reset --hard commit_id
本文标题:github删除一个commit(回滚到某个commit)的方法
本文链接:https://www.haomeiwen.com/subject/hoqdjltx.html
网友评论