mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-03-26 13:55:17 +00:00
update .gitconfig
This commit is contained in:
parent
f387630f1f
commit
c9c11e82ac
1 changed files with 8 additions and 6 deletions
14
.gitconfig
14
.gitconfig
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue