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:
Danielle McLean 2020-06-07 16:44:15 +10:00
parent f4fcd2e08a
commit 32b4d27cd4
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -57,6 +57,9 @@
[pretty]
graph = tformat:%C(auto)%h %G? %s% gD% D
[pull]
rebase = false
[push]
default = simple
gpgSign = if-asked