add gitconfig
This commit is contained in:
parent
6e35774afd
commit
2205df1c6b
1 changed files with 12 additions and 0 deletions
12
dot_gitconfig
Normal file
12
dot_gitconfig
Normal 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
|
Loading…
Reference in a new issue