Files
dotfiles/git/.gitconfig

23 lines
334 B
INI

[user]
email = fergus@molloy.xyz
name = Fergus Molloy
[init]
defaultBranch = main
[checkout]
defaultRemote = origin
guess = true
[branch]
autoSetupRebase = always
[commit]
gpgSign = true
[tag]
gpgSign = true
[push]
autoSetupRemote = true
[pull]
rebase = true
[rerere]
enabled = true
[include]
path = ./.git-gpg