I have a text file with sample data which I want to put under Git control (on Windows). How can I tell Git to treat this file as binary, so it does not convert line separato
While -text in .gitattributes did not worked,
-text
.gitattributes
myfile.bin binary
did.