Answers for ""github" "undo last merge""

35

cancel a merge git

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

revert last merge git

git revert -m 1 commit_hash
Posted by: Guest on May-07-2020

Code answers related to ""github" "undo last merge""

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language