Created
April 14, 2022 15:23
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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