From 1378e6a46ed25b1224ac268f8acf4b4660d98d5d Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 24 Oct 2019 23:07:55 +0200 Subject: [PATCH] Now signing my commits --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 5555842..0cea5ac 100644 --- a/.gitconfig +++ b/.gitconfig @@ -88,3 +88,5 @@ templatedir = /home/phundrak/.git-templates [gitlab "labs.phundrak.fr/api/v4"] user = phundrak +[commit] + gpgsign = true