Enable git rerere
This commit is contained in:
parent
d2dff26df0
commit
a673638430
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
encoding = utf-8
|
encoding = utf-8
|
||||||
[guitool "Rebase"]
|
[guitool "Rebase"]
|
||||||
cmd = rebase
|
cmd = rebase
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
[alias]
|
[alias]
|
||||||
graph = log --graph --oneline --all
|
graph = log --graph --oneline --all
|
||||||
l1 = log --pretty=oneline
|
l1 = log --pretty=oneline
|
||||||
|
|
Loading…
Reference in a new issue