gpg
This commit is contained in:
parent
40827ad5ed
commit
cef0a3cb4e
1 changed files with 10 additions and 0 deletions
10
git/config
10
git/config
|
@ -4,3 +4,13 @@
|
||||||
[user]
|
[user]
|
||||||
email = tavo@tavo.one
|
email = tavo@tavo.one
|
||||||
name = tavo
|
name = tavo
|
||||||
|
signingKey = tavo@tavo.one
|
||||||
|
|
||||||
|
[tag]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
|
[push]
|
||||||
|
gpgSign = "if-asked"
|
||||||
|
|
Loading…
Reference in a new issue