mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-03-30 07:05:17 +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
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[credential "https://github.com"]
|
||||
helper = !gh auth git-credential
|
||||
[credential "https://gist.github.com"]
|
||||
helper = !gh auth git-credential
|
||||
[include]
|
||||
path = ~/.gitconfig.local
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
[commit]
|
||||
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