Answers for "how to undo a merge git command line"

36

cancel a merge git

git merge --abort
Posted by: Guest on June-15-2020
0

git undo merge

git reset --hard HEAD~1
git reset --hard <commit_sha>
Posted by: Guest on March-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language