Verified commits in GitHub

In this post, we will enable you to have GitHub verified commits. For that, you have to: Create a GPG key Configure GitHub with its public key Configure your git to sign commits Creating a GPG key Install the tool in your OS. brew install gpg // MacOS apt install gnupg2 // Linux (Debian-based) If you just installed the tool, you should have no keys yet. You can check by running:

Read More