Ive a .env
file, and a number of others encrypted with git-crypt.
git-crypt
lock asks to clean working directory. Appending --force
removes all changes to .env and just gives me the original file
I'm adding new values into the .env
file and want to re-encrypt the file anew, then check it in to git.