Explicitly set pull.rebase = false, to avoid the long confusing warning

Fixes #45.
This commit is contained in:
blinry 2021-03-24 14:55:10 +01:00
parent 9b7cc5de02
commit d44c7d0d49

View file

@ -12,3 +12,5 @@
detachedHead = false
[receive]
denyCurrentBranch = ignore
[pull]
rebase = false