dotfiles/gitconfig
nicolas 3718df1096
🎉 Create dotfiles repo
Initial dotfiles commit
2025-10-16 20:30:52 -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