Does git support applying patches (`.patch` files) to tree-ish?
I’ve got a server serving git repositories, bare, they can be pulled from and pushed to as normal.
Merge sections from different files in different branches
What I would like to do is as follows;
easiest way to format a patch to revert a commit
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