From 79f41555aab6c574500e60437c15c3d5d01bdc24 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 12 Feb 2024 23:53:24 -0600 Subject: [PATCH] refactor(git): use pgp pubkey for signing key --- dots/.config/git/config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dots/.config/git/config b/dots/.config/git/config index 463b87c7..ea4c90c1 100644 --- a/dots/.config/git/config +++ b/dots/.config/git/config @@ -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]