From 1720bfea7c50a02a718779507e3207409ed06abe Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 1 Dec 2024 13:33:36 -0500 Subject: [PATCH] Configure commit signing --- configs/.gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/.gitconfig b/configs/.gitconfig index 6b04a06..5e3ab2e 100644 --- a/configs/.gitconfig +++ b/configs/.gitconfig @@ -1,6 +1,7 @@ [user] email = evan@ewpratten.com name = Evan Pratten + signingkey = ~/.ssh/id_ed25519.pub [core] excludesFile = ~/.gitignore @@ -93,6 +94,10 @@ [push] autoSetupRemote = true +# Commit signing +[gpg] + format = ssh + # Allow machines to individually override settings # NOTE: THIS MUST BE AT THE BOTTOM [include]