added gpg key signing to git configs
This commit is contained in:
parent
7eed204366
commit
04d73fcfc8
|
@ -1,5 +1,8 @@
|
||||||
[user]
|
[user]
|
||||||
email = PlexSheep@protonmail.com
|
email = PlexSheep@protonmail.com
|
||||||
name = PlexSheep
|
name = PlexSheep
|
||||||
|
signingkey = software@cscherr.de
|
||||||
[credential]
|
[credential]
|
||||||
helper = store --file ~/.git-credentials
|
helper = store --file ~/.git-credentials
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
Loading…
Reference in New Issue