I'm want to be able to work on my git projects using both the Github for Windows application as well as git in the command line using Cygwin (on Windows).
But I keep on getting problems with the line endings when I switch from one to the other.
If with the command line tool the repo has no changes, it will want to modify all the files with the Github app. If I do the changes with the Github app it will then again want to change it with the command line tool.
After a fair amount of testing I couldn't make it work for both tools.
What would make it work? In the .gitatributes I currently have set: * text=auto But it doesn't help