mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-04-02 16:16:22 +00:00
update gitconfig
This commit is contained in:
parent
2a78622053
commit
f387630f1f
2 changed files with 4 additions and 4 deletions
|
@ -14,5 +14,9 @@
|
||||||
autoStash = true
|
autoStash = true
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
[credential "https://github.com"]
|
||||||
|
helper = !gh auth git-credential
|
||||||
|
[credential "https://gist.github.com"]
|
||||||
|
helper = !gh auth git-credential
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
|
|
|
@ -1,6 +1,2 @@
|
||||||
[commit]
|
[commit]
|
||||||
gpgSign = false
|
gpgSign = false
|
||||||
[credential "https://github.com"]
|
|
||||||
helper = !gh auth git-credential
|
|
||||||
[credential "https://gist.github.com"]
|
|
||||||
helper = !gh auth git-credential
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue