X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=b2f74bdac1e4183171c12372ea7e814d7db603c8;hb=88c9cb9f6ed80dd31981b083593b1746695083b9;hp=b9815e666d62c4f9e866c03a627626c9d4e8c20b;hpb=476e89577a178ee0479a5908772c6271347dae29;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index b9815e6..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 @@ -56,4 +57,6 @@ [http] sslVerify = false [credential] - helper = store + helper = store --file ~/.git-credentials +[pull] + rebase = false