Added global git pull rebase setting
[clearscm.git] / rc / gitconfig
index b9815e6..f903786 100644 (file)
@@ -11,6 +11,7 @@
   pager = less -RX
   packedGitLimit=128m
   packedGitWindowSize=128m
+       excludesfile = /home/andrew/.gitignore
 
 [color]
   status=auto
@@ -57,3 +58,5 @@
        sslVerify = false
 [credential]
        helper = store
+[pull]
+       rebase = false