Git status ignore line endings in identical files on Windows & Linux
Git status ignore line endings in identical files on Windows & Linux
Git status ignore line endings in identical files on Windows & Linux
Re: Git status ignore line endings in identical files on Windows & Linux
Try setting core.autocrlf value like this :
```
git config --global core.autocrlf true
```
```
git config --global core.autocrlf true
```