From a77fa591317b1f119cccf474da389bd47d1f6d31 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 15 Nov 2021 20:01:25 +0000 Subject: [PATCH] Set signing program to ssh --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index e0bb59b..9db1897 100644 --- a/gitconfig +++ b/gitconfig @@ -33,8 +33,8 @@ [gpg] - # Use `gpg2` binary for GnuPG - program = gpg2 + # Use OpenSSH to sign commits/tags/etc + format = ssh [help]