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
|
.DS_Store
|
||||||
*.pyc
|
*.pyc
|
||||||
*.cache
|
*.cache
|
||||||
|
gitconfig.github
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue