use the shell variable GITHUB_TOKEN instead of the git workaround
This commit is contained in:
parent
d03dac943e
commit
2e8845dfb9
2 changed files with 0 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,4 +4,3 @@ emacs.d/auto-save-list/.saves*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.pyc
|
*.pyc
|
||||||
*.cache
|
*.cache
|
||||||
gitconfig.github
|
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,6 @@
|
||||||
[branch]
|
[branch]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
autosetupmerge = true
|
autosetupmerge = true
|
||||||
[include]
|
|
||||||
path = "$HOME/config/gitconfig.github"
|
|
||||||
[core]
|
[core]
|
||||||
quotepath = false
|
quotepath = false
|
||||||
whitespace = trailing-space,space-before-tab
|
whitespace = trailing-space,space-before-tab
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue