- Clone this repository.
git checkout encrypted
- Inspect the README file and note that everything is unredable.
- Run the following commands:
git config filter.crypto.clean 'openssl des3 -salt -k hody2'
git config filter.crypto.smudge 'openssl des3 -d -salt -k hody2'
git config filter.crypto.required 'true'
git config diff.crypto.textconv 'cat'
git reset --hard HEAD
- Inspect the README file and note that everything is normal.