From 3b9d593547e192c35895e8276baf42367e080355 Mon Sep 17 00:00:00 2001 From: -k Date: Sun, 12 Jan 2025 08:28:34 -0800 Subject: [PATCH] Update signing key --- .config/git/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/git/config b/.config/git/config index 77447ac..b787dfa 100644 --- a/.config/git/config +++ b/.config/git/config @@ -6,8 +6,8 @@ [user] name = -k email = slowdive@me.com - #signingkey = 9B495FD8CFBF4A1B - signingkey = /home/charlie/.ssh/id_ed25519_sk.pub + signingkey = 9B495FD8CFBF4A1B + #signingkey = ~/.ssh/id_ed25519_sk.pub [pull] rebase = true [url "git+ssh://charlesrocket@git.launchpad.net/"] @@ -22,4 +22,4 @@ [commit] gpgsign = true [gpg] - format = ssh + #format = ssh