From 6fc4f80ce20404338b8dcd1298ada2d08112b338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 15 Nov 2024 22:52:23 +0100 Subject: [PATCH] Use SSH to sign commits --- .gitconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 9857f52..20f885a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,7 @@ [user] name = Rodolphe Bréard email = v.code.ngyvz7vf@what.tf - SigningKey = B229CCD5690091E7D5D6189F09BC23A1D5562635 + signingkey = /home/rodolphe/.ssh/id_ed25519.pub [core] editor = vim @@ -61,9 +61,13 @@ [commit] template = ~/.git_commit_msg.txt + gpgsign = true [pull] rebase = false [init] defaultBranch = main + +[gpg] + format = ssh