gitconfig: git config --global rerere.enabled true
Summary: Ref [pro git](https://git-scm.com/book/en/v2/Distributed-Git-Maintaining-a-Project). Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `git rerere` with forced merge conflict? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D99
This commit is contained in:
parent
761a5d6c1f
commit
e839c265f8
1 changed files with 2 additions and 0 deletions
|
@ -35,3 +35,5 @@
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[tag]
|
[tag]
|
||||||
forceSignAnnotated = true
|
forceSignAnnotated = true
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue