====== signing git commits ====== See [[sw:gpg:forwarding]] git config --global user.signingkey XXXXXXXXXXXXX Enable signing of each commit by default: git config --global commit.gpgsign true ===== signing and verifying ===== git verify commit gpg: using RSA key XXXXXXXXXX gpg: Good signature from "User " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: XXXX XXXX ... See [[sw:gpg:trust_level]]