1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 08:05:01 +00:00
dotfiles/.gitconfig
2023-06-16 11:25:19 +09:00

15 lines
235 B
INI

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