Skip to content

Instantly share code, notes, and snippets.

@tinytengu
Created November 26, 2022 16:34
Show Gist options
  • Save tinytengu/987d356be60a0b1aeab906536b0dfa60 to your computer and use it in GitHub Desktop.
Save tinytengu/987d356be60a0b1aeab906536b0dfa60 to your computer and use it in GitHub Desktop.
Git GPG signing commands
gpg --list-secret-keys --keyid-format=long
git config --global --unset gpg.format
git config --global user.signingkey OUTPUT_GPG_KEY!
git config --global commit.gpgsign true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment