1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-03-26 13:55:17 +00:00

update .gitconfig

This commit is contained in:
Nebel 2025-03-02 00:27:08 +09:00
parent f387630f1f
commit c9c11e82ac
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -6,17 +6,19 @@
gpgSign = true
[core]
commentChar = ";"
[credential "https://git.fogtype.com"]
helper = !tea login helper
[credential "https://gist.github.com"]
helper = !gh auth git-credential
[credential "https://github.com"]
helper = !gh auth git-credential
[init]
defaultBranch = main
[pull]
rebase = true
[rebase]
autoStash = true
[push]
autoSetupRemote = true
[credential "https://github.com"]
helper = !gh auth git-credential
[credential "https://gist.github.com"]
helper = !gh auth git-credential
[rebase]
autoStash = true
[include]
path = ~/.gitconfig.local