dotfiles/git/.config/git/config
2025-03-01 21:39:55 -08:00

22 lines
265 B
Text

[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[init]
defaultBranch = main
[user]
email = williampi103@gmail.com
name = William Ball
signingKey = williampi103@gmail.com
[commit]
gpgSign = true
[tag]
gpgSign = true
[pull]
rebase = false