1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 08:05:01 +00:00
dotfiles/.gitconfig
2023-05-12 12:02:38 +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