move github section of gitconfig into a file ignored by git
This commit is contained in:
parent
cd5f35df66
commit
87882d6c29
2 changed files with 3 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ emacs.d/auto-save-list/.saves*
|
|||
.DS_Store
|
||||
*.pyc
|
||||
*.cache
|
||||
gitconfig.github
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue