1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-04-02 16:16:22 +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 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

View file

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