From d5b4cdaad51628ea3ab58af9528c949bc26f994b Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Sun, 19 Mar 2017 11:58:35 +0100 Subject: [PATCH] Updated .gitconfig file --- .gitconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 299703d..0ef1ac7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,8 +1,13 @@ [core] - editor = atom --wait + editor = vim [user] name = Vincent Composieux email = vincent@composieux.fr + signingkey = 7306974ABA6382AC +[commit] + gpgsign = true +[gpg] + program = gpg1 [color] branch = auto diff = auto