What is the easiest way to get a patch file which can be applied regularly to revert a specific git commit. Essentially I’d like something like git format-patch
that produces the inverse patch file
What is the easiest way to get a patch file which can be applied regularly to revert a specific git commit. Essentially I’d like something like git format-patch
that produces the inverse patch file