git: Enable rerere
Activate recording of resolved conflicts, so that identical conflict hunks can be resolved automatically, should they be encountered again.
This commit is contained in:
@@ -41,6 +41,8 @@
|
|||||||
default = current
|
default = current
|
||||||
[rebase]
|
[rebase]
|
||||||
autostash = true
|
autostash = true
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
[status]
|
[status]
|
||||||
submodulesummary = true
|
submodulesummary = true
|
||||||
[user]
|
[user]
|
||||||
|
|||||||
Reference in New Issue
Block a user