refactor(git): use pgp pubkey for signing key

This commit is contained in:
Price Hiller 2024-02-12 23:53:24 -06:00
parent b278465be7
commit 79f41555aa
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,7 +1,7 @@
[user]
name = Price Hiller
email = price@orion-technologies.io
signingkey = /home/sam/.ssh/keys/id_ed25519_signing
signingkey = C3FADDE7A8534BEB
[init]
defaultBranch = Development
@ -60,9 +60,6 @@
[credential]
helper = store
[gpg]
format = ssh
[commit]
gpgsign = true
[log]