Signing Git commits with SSH and Github

For a very long time, the only way to sign commits that would be compatibly with Github was by using GPG. Unfortunately, despite GPG being perhaps superior than SSH when it comes to signing, its use is still limited and SSH keys are much more widespread. In this post, I’ll show you how to sign your Git commits with SSH, view signatures in your terminal and configure Github with your key....

August 27, 2022 · 2 min · Quentin McGaw