From 4a215a162305090b0f43f9fb6d27b947b39655dd Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 22 Feb 2023 20:15:19 -0600 Subject: [PATCH] feat(git): autosign commits --- dots/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.gitconfig b/dots/.gitconfig index bc06dd6d..e508d2f5 100644 --- a/dots/.gitconfig +++ b/dots/.gitconfig @@ -65,3 +65,5 @@ [gpg] format = ssh +[commit] + gpgsign = true