In some projects, you may want to only accept digitally signed commits. The biggest Git servers are also allowing such configuration for your projects (GitHub, GitLab).
Idea
A pre-push hook should be created, which checks that all commits being pushed are being signed. Thus complementing a possible setting on the Git server side (pre-check instead of post-check).
Context
In some projects, you may want to only accept digitally signed commits. The biggest Git servers are also allowing such configuration for your projects (GitHub, GitLab).
Idea
A pre-push hook should be created, which checks that all commits being pushed are being signed. Thus complementing a possible setting on the Git server side (pre-check instead of post-check).