Explicitly set git pull.rebase=false

This commit is contained in:
2020-11-22 13:49:41 -05:00
parent 486df895bb
commit 7a30c1a8a2

View File

@@ -31,6 +31,9 @@
[push] [push]
default = current default = current
[pull]
rebase = false
[fetch] [fetch]
prune = true prune = true