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 .DS_Store
*.pyc *.pyc
*.cache *.cache
gitconfig.github

View file

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