adding global git config
This commit is contained in:
parent
b6be8df3fc
commit
245c01f6b9
1 changed files with 12 additions and 0 deletions
12
.gitconfig
Normal file
12
.gitconfig
Normal 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
|
Loading…
Reference in a new issue