Set default git pull strategy

This commit is contained in:
mitchell 2020-07-10 14:26:22 -04:00
parent 7948e134a8
commit 3f5387f6bf
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@
[push]
default = simple
[pull]
rebase = true
[color "diff"]
meta = yellow bold
commit = green bold