Per-environment commit signing
This commit is contained in:
parent
5ed58382a5
commit
263137e555
|
@ -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
6
env/anonode/gitconfig
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[user]
|
||||
signingkey = daniel@anonode.net
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
6
env/desktop/gitconfig
vendored
Normal file
6
env/desktop/gitconfig
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[user]
|
||||
signingkey = daniel@lytedev.io
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
6
env/laptop/gitconfig
vendored
Normal file
6
env/laptop/gitconfig
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[user]
|
||||
signingkey = daniel@lytedev.io
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
Reference in a new issue