From b26064c664a840f8f5f5867cc3d3887e9db5fdc1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 20 Dec 2018 11:10:49 +0000 Subject: [PATCH] Sign git commits by default, disable on a per repo basis Instead of the current enable on a per-repo basis. --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 125f025..093bd40 100644 --- a/gitconfig +++ b/gitconfig @@ -2,6 +2,8 @@ name = Jim Myhrberg email = contact@jimeh.me signingkey = contact@jimeh.me +[commit] + gpgsign = true [core] excludesfile = ~/.gitignore hooksPath = ~/.githooks