X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=b2f74bdac1e4183171c12372ea7e814d7db603c8;hb=1a3d0aee95aee5cc91b78d17225870df9bcacb68;hp=719fcefec83ca387838cf3c438c44033f9148446;hpb=0c802537ec02d6cfea4c41b3138535c09a319489;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