git rerere (www.git-scm.com)
submitted 3 years ago by [M] to c/git@programming.dev
 

The git rerere functionality is a bit of a hidden feature. The name stands for “reuse recorded resolution” and, as the name implies, it allows you to ask Git to remember how you’ve resolved a hunk conflict so that the next time it sees the same conflict, Git can resolve it for you automatically.

no comments (yet)

sorted by: hot top controversial new old
there doesn't seem to be anything here