1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00
dotfiles/.gitconfig
Kohei Watanabe 02d66b5d2b
remove pull.autoStash
rebase.autoStashと同じなので削除
2023-10-25 10:26:09 +09:00

14 lines
217 B
INI

[user]
name = Kohei Watanabe
email = nebel@fogtype.com
signingKey = 79807D08C6EF6460
[commit]
gpgSign = true
[core]
commentChar = ";"
[init]
defaultBranch = main
[pull]
rebase = true
[rebase]
autoStash = true