Add git commit signing through ssh-agent

This commit is contained in:
Eli Ribble 2025-11-06 15:55:59 +00:00
parent 78f1bfca49
commit d2b750b155
No known key found for this signature in database

View file

@ -3,3 +3,9 @@
name = Eli Ribble
[init]
defaultBranch = main
[gpg]
format = ssh
[gpg "ssh"]
defaultKeyCommand = ssh-add -L
[commit]
gpgsign = true