-
-
Save darkn3rd/ffbc1f34536183fd7a5661d81a0de5d8 to your computer and use it in GitHub Desktop.
List git-crypt gpg keys
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
for key in .git-crypt/keys/default/0/* ; do gpg -k $(echo $(basename $key) | sed -e 's/.gpg//') ; done ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment