Git rebase by default
This commit is contained in:
parent
3273077562
commit
8474971e1d
|
@ -6,3 +6,5 @@
|
||||||
excludesfile = ~/.config/custom/git/.gitignore_global
|
excludesfile = ~/.config/custom/git/.gitignore_global
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
|
Loading…
Reference in New Issue