Added credential store to ~/.git-credentials
[clearscm.git] / rc / gitconfig
index 719fcef..b2f74bd 100644 (file)
@@ -11,6 +11,7 @@
   pager = less -RX
   packedGitLimit=128m
   packedGitWindowSize=128m
+       excludesfile = /home/andrew/.gitignore
 
 [color]
   status=auto
@@ -55,3 +56,7 @@
   default = simple
 [http]
        sslVerify = false
+[credential]
+       helper = store --file ~/.git-credentials
+[pull]
+       rebase = false