Transparent encryption/decryption of files in git repositories
Enable transparent encryption/decryption of files in a git repo
git-crypt$ git-crypt init$ echo 'secrets.txt filter=git-crypt diff=git-crypt' >> .gitattributes && git-crypt status$ git-crypt export-key ../git-crypt.key