Files
dotfiles/.gitconfig
2026-04-01 21:44:59 +09:00

16 lines
248 B
INI

[user]
name = syui
email = syui@syui.ai
signingkey = 5417CFEBAD92DF56
[commit]
gpgsign = true
[core]
editor = vim
excludesfile = /Users/syui/.gitignore_global
[pull]
rebase = false
[init]
defaultBranch = main
[push]
autoSetupRemote = true