gitless-vcs / gitless

A simple version control system built on top of Git
https://gitless.com
MIT License
1.93k stars 106 forks source link

gl commit: not verified #239

Open SimpelMe opened 4 years ago

SimpelMe commented 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

spderosso commented 3 years ago

I don't think commit signing works yet

goldstar611 commented 2 years ago

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.

weakish commented 2 years ago

duplicate of #131