Use SSH to sign commits

This commit is contained in:
Rodolphe Bréard 2024-11-15 22:52:23 +01:00
parent 05bdea504c
commit 6fc4f80ce2
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
[user] [user]
name = Rodolphe Bréard name = Rodolphe Bréard
email = v.code.ngyvz7vf@what.tf email = v.code.ngyvz7vf@what.tf
SigningKey = B229CCD5690091E7D5D6189F09BC23A1D5562635 signingkey = /home/rodolphe/.ssh/id_ed25519.pub
[core] [core]
editor = vim editor = vim
@ -61,9 +61,13 @@
[commit] [commit]
template = ~/.git_commit_msg.txt template = ~/.git_commit_msg.txt
gpgsign = true
[pull] [pull]
rebase = false rebase = false
[init] [init]
defaultBranch = main defaultBranch = main
[gpg]
format = ssh