I had some files in Overleaf (a git-based online editor) that had certain characters that made the files look binary. Once the git files are binary, they are not editable online in Overleaf. I took out those characters, so the files should be straight text, but the files are still not editable in Overleaf, probably because git is still treating them as binary.
How do I mark them as "not binary" so I can edit them in Overleaf again?
EDIT: Hmm, maybe there is no way, because revisions have binary characters.