From a8b6e1125caed0babb69efa0e8b3cfa392245480 Mon Sep 17 00:00:00 2001 From: Victor Castell <0x@vcastellm.xyz> Date: Sat, 30 Mar 2024 11:38:06 +0000 Subject: [PATCH] Sign commits with SSH --- gitconfig.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gitconfig.erb b/gitconfig.erb index b12a990..53f3c2c 100644 --- a/gitconfig.erb +++ b/gitconfig.erb @@ -40,3 +40,9 @@ default = tracking [push] default = tracking +[commit] + gpgsign = true +[tag] + gpgsign = true +[gpg "ssh"] + defaultKeyCommand = ssh-add -L