Files
dotfiles/git/.gitconfig
2025-06-18 10:31:29 +01:00

15 lines
231 B
INI

[user]
email = fergus@molloy.xyz
name = Fergus Molloy
[init]
defaultBranch = main
[checkout]
defaultRemote = origin
guess = true
[branch]
autoSetupRebase = always
[commit]
gpgsign = true
[push]
autoSetupRemote = true