feat(user/git): allow signing with SSH key

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-01 11:11:17 +02:00
parent f4f6169fa5
commit 49a034d6d7
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -33,8 +33,12 @@
cmd = code --wait --diff $LOCAL $REMOTE
[gpg]
# format = ssh
program = gpg2
[gpg "ssh"]
allowedSignersFile = /home/{{ target_user }}/.ssh/allowed_signers
[init]
defaultBranch = main