dotfiles/git/config
2025-01-06 22:27:17 -06:00

16 lines
210 B
Text

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