Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
Created April 14, 2022 15:23
Show Gist options
  • Save shollingsworth/586240dffe9ca40c84fd76190511e97b to your computer and use it in GitHub Desktop.
Save shollingsworth/586240dffe9ca40c84fd76190511e97b to your computer and use it in GitHub Desktop.
import gpg public web-flow signature into your keychain i.e. key 4AEE18F83AFDEB23 You'll see these signatures in your git log history
#!/usr/bin/env bash
# import gpg public web-flow signature into your keychain 4AEE18F83AFDEB23
curl https://github.com/web-flow.gpg | gpg --import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment