add gitconfig

This commit is contained in:
Anthony Rodriguez 2023-09-20 18:33:18 +02:00
parent 6e35774afd
commit 2205df1c6b
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

12
dot_gitconfig Normal file
View file

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