From b87a017441200563619c33e1f424a05e5be986de Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 29 Jun 2016 10:08:26 -0400 Subject: [PATCH] Always sign commits --- gitconfig.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig.local b/gitconfig.local index e5817fd..2c442b8 100644 --- a/gitconfig.local +++ b/gitconfig.local @@ -1,3 +1,5 @@ +[commit] + gpgsign = true [format] pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s [include]