1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-03-30 07:05:17 +00:00

update gitconfig

This commit is contained in:
Nebel 2025-03-02 00:07:59 +09:00
parent 2a78622053
commit f387630f1f
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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