Per-environment commit signing

This commit is contained in:
Daniel Flanagan 2020-02-13 16:29:47 -06:00
parent 5ed58382a5
commit 263137e555
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
4 changed files with 21 additions and 1 deletions

View File

@ -4,7 +4,6 @@
[user]
name = Daniel Flanagan
email = daniel@lytedev.io
signingkey = daniel@lytedev.io
[filter "lfs"]
clean = git-lfs clean -- %f
@ -62,3 +61,6 @@
[gpg]
program = gpg2
[include]
path = $ENV_PATH/gitconfig

6
env/anonode/gitconfig vendored Normal file
View File

@ -0,0 +1,6 @@
[user]
signingkey = daniel@anonode.net
[commit]
gpgsign = true

6
env/desktop/gitconfig vendored Normal file
View File

@ -0,0 +1,6 @@
[user]
signingkey = daniel@lytedev.io
[commit]
gpgsign = true

6
env/laptop/gitconfig vendored Normal file
View File

@ -0,0 +1,6 @@
[user]
signingkey = daniel@lytedev.io
[commit]
gpgsign = true