I'm using Visual Studio 2015,and Git extension for Visual Studio.
What makes me confused is when I pull code from servers, and Visual Studio's Team Explorer lists so many unchanged files in the 'Changes' area, after I clicked 'Compare with Unmodified', it just shows nothing different.
But when I use git bash git diff command, the changes are whitespaces or empty line.
I don't change any code, how I fix this? Thanks!