Rebase when performing a git pull by default

This commit is contained in:
Tony Grosinger 2015-05-26 13:11:56 -07:00
parent 1bf287607b
commit 04463e4317

View File

@ -25,3 +25,5 @@
tool = meld
[branch]
autosetuprebase = always
[pull]
rebase = true