X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=b2f74bdac1e4183171c12372ea7e814d7db603c8;hb=88c9cb9f6ed80dd31981b083593b1746695083b9;hp=719fcefec83ca387838cf3c438c44033f9148446;hpb=a70e80a6af6e31d56b120348bc8bc23cdd6543f5;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index 719fcef..b2f74bd 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -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