Add rerere.enabled = true.

This commit is contained in:
Gea-Suan Lin
2019-03-26 21:43:08 +08:00
parent 00082c0311
commit 318b48ab79

View File

@@ -20,6 +20,8 @@
rebase = true rebase = true
[push] [push]
default = matching default = matching
[rerere]
enabled = true
# #
[include] [include]
path = ~/.gitconfig.local path = ~/.gitconfig.local