From bbbb5bbff9802490bf616c45b9769f53f3d5e4a4 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 27 Jul 2023 00:05:23 -0400 Subject: [PATCH] Enable gpg ssh sign --- configs/git/.gitconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/git/.gitconfig b/configs/git/.gitconfig index 78e0a85..2549915 100644 --- a/configs/git/.gitconfig +++ b/configs/git/.gitconfig @@ -6,8 +6,8 @@ # [core] # editor = "vim" -# [gpg] -# format = ssh +[gpg] + format = ssh [init] defaultBranch = master @@ -22,7 +22,8 @@ authors = shortlog --summary --numbered --email [gpg "ssh"] - allowedSignersFile = ~/.ssh/allowed_signers + allowedSignersFile = ~/.ssh/allowed_signers + defaultKeyCommand = ssh-add -L [filter "lfs"] clean = git-lfs clean -- %f