From 8efa34153f3eb1ebc87d037e6fde3c38b59b9c2d Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 22 Jul 2020 17:09:28 -0500 Subject: git: add signing key --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 8ddda03..8d4195c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,7 @@ [user] email = us@starfall.systems name = Starfall + signingkey = 69522B56 [init] templateDir = ~/.config/git/template [log] -- cgit