X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=f90378692102dff3584f2669d6dd0061774c0c65;hb=49444d483588fca89ea94c8754b8b71940b9711f;hp=719fcefec83ca387838cf3c438c44033f9148446;hpb=0c802537ec02d6cfea4c41b3138535c09a319489;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index 719fcef..f903786 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 +[pull] + rebase = false