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 automatically resolve it for you.
Okay, so I really like the git rerere command. Although, I haven't really used it that much other than letting …
git git-rebase git-rerereAs I understood, it is useful for the synchronization of projects through the saving of conflict resolution information, but it …
git version-control continuous-integration git-rerereI've read various things about git's rerere feature, and I'm considering enabling it. But I haven't seen anyone mention any …
git merge git-rerere