Created
March 5, 2020 15:08
-
-
Save varunpalekar/5118c6d1592a9ec82a99260090404616 to your computer and use it in GitHub Desktop.
git-crypt.md
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
Simple command to see git-crypt is working | |
========================================== | |
`git-crypt status */ | grep gpg | tee >( cut -d: -f 2 | xargs file )` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rozcietrzewiacz Thanks for the script