dotfiles/git/config
2025-01-06 23:34:57 -06:00

16 lines
201 B
Text

[init]
defaultBranch = main
[user]
email = tavo@tavo.one
name = tavo
signingKey = tavo@tavo.one
[tag]
gpgSign = true
[commit]
gpgSign = true
[push]
gpgSign = "if-asked"