I’m using git/github with Eclipse/EGit on Windows. Something — not sure if it’s git or EGit — is modifying my files by playing games with newlines.
Leaving aside the mystery of what a version control is doing modifying files by itself, how do I configure this software so it never, ever, changes my files?
You have many options depending on your OS:
http://help.github.com/line-endings/
The reason for the seemingly bizarre behavior is explained there. Basically the code is being shared (git and github) but the OS may be different. As different OS’s treat linefeeds differently, something has to change…