How do I make
git status
ignore line ending differences?
Background info:
I use randomly Windows and Linux to w
Try setting core.autocrlf value like this :
git config --global core.autocrlf true