Set git pull to merge, not rebase.

This commit is contained in:
David Tomaschik
2020-03-31 09:58:45 -07:00
parent 8225785dcc
commit 08142409f8

View File

@@ -67,3 +67,5 @@
prompt = false prompt = false
[include] [include]
path = ~/.gitconfig.local path = ~/.gitconfig.local
[pull]
rebase = false