From fb464154279ee54ed2283ff2e36ad50080690e23 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 16 Jun 2017 00:10:06 -0400 Subject: [PATCH] gitconfig gpgsign tags --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index 7992c71..dc7a85d 100644 --- a/gitconfig +++ b/gitconfig @@ -98,5 +98,8 @@ template = ~/.gittemplate gpgsign = true +[tag] + gpgsign = true + [gpg] program = gpg2