flocon/dot_gitconfig
2023-09-20 18:33:18 +02:00

12 lines
198 B
Text

[init]
defaultBranch = main
[user]
name = Anthony Rodriguez
email = anthony@nezia.dev
signingkey = EE3BE97C040A86CE
[commit]
gpgsign = true
[pull]
rebase = true
[push]
autoSetupRemote = true