.gitconfig: use autosetuprebase = always
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Wed, 15 Oct 2014 23:16:22 +0000 (16:16 -0700)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Wed, 15 Oct 2014 23:17:37 +0000 (16:17 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

.gitconfig

index 33bf39d..423382a 100644 (file)
@@ -29,3 +29,5 @@
        pushInsteadOf = git://github.sf.cloudera.com/
 [merge]
        conflictstyle = diff3
+[branch]
+       autosetuprebase = always