mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-03-29 23:05:15 +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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue