dotfiles/gitconfig
2025-05-29 20:29:02 -05:00

12 lines
146 B
Text

[pull]
rebase = true
[gpg]
format = ssh
[commit]
gpgSign = true
[init]
defaultBranch = main
[push]
followTags = true
[format]
signOff = yes