With git reflog check which commit is one prior the merge(git reflog will be better option than git log ). Then you can reset it using:
git reset --hard commit_sha
With git reflog check which commit is one prior the merge(git reflog will be better option than git log ). Then you can reset it using:
git reset --hard commit_sha
本文标题:Undo a Git merge that hasn't bee
本文链接:https://www.haomeiwen.com/subject/wrdalftx.html
网友评论