Open SimpelMe opened 4 years ago
Hi. I want to sign the commit with a key given under user.signingkey to verify the commit. Is there a possibility?
Regards, Simpel
I don't think commit signing works yet
A little late but you can set up 2 local git options user.signingkey and commit.gpgsign true and git will auto sign in the background.
user.signingkey
commit.gpgsign true
duplicate of #131
Hi. I want to sign the commit with a key given under user.signingkey to verify the commit. Is there a possibility?
Regards, Simpel