Added global git pull rebase setting
[clearscm.git] / rc / gitconfig
index 2d54e48..f903786 100644 (file)
   pager = less -RX
   packedGitLimit=128m
   packedGitWindowSize=128m
+       excludesfile = /home/andrew/.gitignore
 
 [color]
   status=auto
   diff=auto
   branch=auto
 
+[diff]
+  tool = meld
+
+[difftool]
+  prompt = false
+
+[difftool "meld"]
+  cmd = meld "$LOCAL" "$REMOTE"
+
 # Currently these are restating the default
 [color "branch"]
   current=green
@@ -24,7 +34,7 @@
   remote=red
 
 [color "diff"]
-  external = /usr/local/bin/git-meld
+  external = /bin/meld
 
 [color "status"]
   added=yellow
@@ -44,3 +54,9 @@
 
 [push]
   default = simple
+[http]
+       sslVerify = false
+[credential]
+       helper = store
+[pull]
+       rebase = false