dotfiles/gitconfig
nirogu edb6f8d5b3
🎉 Create dotfiles repo
Initial dotfiles commit
2025-10-16 19:51:20 -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