After implementing the git filter suggested here I noticed that after cloning the project in another location I have a staged change in an encrypted file. cating the file shows the expected unencrypted content, but git diffing the file shows differences in the encrypted amored text.
I wonder why this happens, any idea?
After implementing the git filter suggested here I noticed that after cloning the project in another location I have a staged change in an encrypted file.
cating the file shows the expected unencrypted content, butgit diffing the file shows differences in the encrypted amored text.I wonder why this happens, any idea?