Signing Commits in Git

This is a step by step tutorial on how signing commits in git.    Step 1: Key Management to check all the installed keys List the installed keys $gpg –list-keys you will get an output such as this pub rsa3072 2024-09-06 [SC] B8123D271E29EF454E54CE73904E69AEDC24624E uid [ultimate] Habibur Rahman sub rsa3072 2024-09-06 [E] #the <key-id> in this […]