Skip to content

Instantly share code, notes, and snippets.

View rickdgray's full-sized avatar

Rick Gray rickdgray

View GitHub Profile
@rickdgray
rickdgray / verified.md
Last active March 26, 2023 00:23
Verified Commits from WSL Linux
@rickdgray
rickdgray / verified_windows.md
Created March 26, 2023 17:41
verified_windows

Verified Commits from Windows

  1. Install git and gnupg. You can get the "Simple installer for the current GnuPG" instead of the full featured version.
  2. Create a new identity. The email here should match your GitHub account's email! The "Real Name" you choose here will be your "user id" in step 5. If you decide to set a passphrase, it will need to be entered for every commit.
gpg --gen-key
  1. Add the public key of your newly created gpg identity to your github keys so that github can verify your locally signed commits.
    1. Find your newly created identity.
    gpg --list-secret-keys --keyid-format=long