From 4ae3a82115f35249168dbc55d3eb236330667208 Mon Sep 17 00:00:00 2001 From: thomasba Date: Fri, 15 Apr 2016 00:27:10 +0200 Subject: [PATCH] Set GPG key in gitconfig --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 655aeff..b250614 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,7 @@ [user] email = git@thomasba.de name = thomasba + signingkey = D85BCC02 [push] default = simple [color]