First use “git log” to find the commit hash of your merge and copy it somewhere.
Then use
git revert -m 1 <merge-commit-hash>
You can then recommit with the comment of “revert merge” or something similar
< Back to Coding
First use “git log” to find the commit hash of your merge and copy it somewhere.
Then use
git revert -m 1 <merge-commit-hash>
You can then recommit with the comment of “revert merge” or something similar