Answers for "how to undo merging github"

0

undo a git 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