Configure pull.rebase = false by default, since that's the expected behaviour and you now get warnings if it's not set
This commit is contained in:
parent
f4fcd2e08a
commit
32b4d27cd4
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@
|
||||||
[pretty]
|
[pretty]
|
||||||
graph = tformat:%C(auto)%h %G? %s% gD% D
|
graph = tformat:%C(auto)%h %G? %s% gD% D
|
||||||
|
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
gpgSign = if-asked
|
gpgSign = if-asked
|
||||||
|
|
Loading…
Reference in a new issue