Skip to content

Instantly share code, notes, and snippets.

View chikeo's full-sized avatar

Chikelue Oji chikeo

View GitHub Profile
@chikeo
chikeo / gist:251ac03420f345624e29487ab748d9ea
Created June 9, 2025 07:04
Configuring Commit Signing on Github
1. Add a signing key in the SSH and GPG keys section of Setting. https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
2. Afterwards configure you Git client to automatically sign commits using an ssh key for all repositories by running the following commands.
git config --global commit.gpgsign true
git config --global gpg.format ssh
git config --global user.signingkey ~/.ssh/id_ed25519.pub
@chikeo
chikeo / excellent-misc-programming-resources.md
Last active December 6, 2020 17:59
Excellent Miscellaneous Programming Resources
@chikeo
chikeo / DevOps Key Points.md
Last active August 18, 2019 11:48
DevOps Key Points