How to Revert a Merge Commit And Then Merge Again
A few days ago, I stumbled upon a thread talking about the trade-offs of squash-merging a PR VS creating a merge commit. One of the topics of discussion was whether or not reverting merge commits was possible. Here’s the thread in question:
https://...
dev.indooroutdoor.io7 min read
Matthieu “OcuS” Honel
Very enlightening article.
I think the second image in the "Reverting the merge commit" section is wrong, as it show a "git revert" instead of a "git show".