1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-03-29 23:05:15 +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 gpgSign = true
[core] [core]
commentChar = ";" 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] [init]
defaultBranch = main defaultBranch = main
[pull] [pull]
rebase = true rebase = true
[rebase]
autoStash = true
[push] [push]
autoSetupRemote = true autoSetupRemote = true
[credential "https://github.com"] [rebase]
helper = !gh auth git-credential autoStash = true
[credential "https://gist.github.com"]
helper = !gh auth git-credential
[include] [include]
path = ~/.gitconfig.local path = ~/.gitconfig.local