adding global git config

This commit is contained in:
Tiago Sousa 2024-02-20 22:38:14 +00:00
parent b6be8df3fc
commit 245c01f6b9

12
.gitconfig Normal file
View file

@ -0,0 +1,12 @@
[user]
email = tiagao2001@hotmail.com
name = tsousa111
signingkey = ~/.ssh/git/sign_key
[commit]
gitsign = true
[gpg]
format = ssh
[tag]
gpgsign = true
[init]
defaultBranch = main