I want to be able to diff the changes to my encrypted config/credentials.yml.enc
.
git diff
alone shows the difference to the encrypted file contents. I want to see the plaintext changes.
How can I get a human readable diff of the config/credentials.yml.enc
file?