feat: update git gpg config
This commit is contained in:
parent
8ecd9562d1
commit
796ba0135a
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
||||||
[user]
|
[user]
|
||||||
signingkey = /Users/devin/.ssh/id_ed25519.pub
|
signingkey = ~/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
||||||
|
[tag]
|
||||||
|
gpgsign = true
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
|
||||||
|
[gpg "ssh"]
|
||||||
|
allowedSignersFile = ~/.ssh/allowed_signers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue