Hacker News new | ask | show | jobs
by johnfarrelldev 1745 days ago
You can sign your commits with a GPG key, in your GitHub settings you can then link a GPG key to your account.

You can then make it that GitHub shows any non signed commit as unverified and at a project level not allow PRs that contain unsigned commits.

1 comments

> you can then link a GPG key to your account

I think you can only link a GPG public key though.