I'm facing a strange situation with git
. I just have edited several lines in a long file but then when I went to commit changes ,I saw that git just highlighted the whole file content with a red color . what is wrong ?
I'm using git's windows GUI
Edit : one thing I remember now is that I added .csproj to the gitignore list in last commit . does this has any effect on this ?
Update : the problem as friends suggested was from line ending . I solved it using this question's answer