update gitconfig

merge no-ff, new branches auto rebase
This commit is contained in:
2014-05-15 12:25:30 -07:00
parent a3226a42ad
commit 8293e68365

View File

@@ -32,5 +32,8 @@
todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *'
[merge]
tool = vimdiff
ff = false
[push]
default = current
[branch]
autosetuprebase = always