move github section of gitconfig into a file ignored by git

This commit is contained in:
Sami Samhuri 2012-10-11 22:47:47 -07:00
parent cd5f35df66
commit 87882d6c29
2 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ emacs.d/auto-save-list/.saves*
.DS_Store
*.pyc
*.cache
gitconfig.github

View file

@ -14,9 +14,8 @@
[branch]
autosetuprebase = always
autosetupmerge = true
[github]
user = samsonjs
token = xxx
[include]
path = "$HOME/config/gitconfig.github"
[core]
quotepath = false
whitespace = trailing-space,space-before-tab