Skip to content

Instantly share code, notes, and snippets.

@varunpalekar
Created March 5, 2020 15:08
Show Gist options
  • Save varunpalekar/5118c6d1592a9ec82a99260090404616 to your computer and use it in GitHub Desktop.
Save varunpalekar/5118c6d1592a9ec82a99260090404616 to your computer and use it in GitHub Desktop.
git-crypt.md
Simple command to see git-crypt is working
==========================================
`git-crypt status */ | grep gpg | tee >( cut -d: -f 2 | xargs file )`
@varunpalekar
Copy link
Author

@rozcietrzewiacz Thanks for the script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment