Re: [git-users] Re: Git says there are local changes, but there are no changes. (Windows)

2016-03-13 Thread Philip Oakley
Subject: [git-users] Re: Git says there are local changes, but there are no changes. (Windows) It appears none of the commenters understands how git reset works. Even if the problem is that Visual Studio messed up the git index, git reset should fix it. And if Visual Studio messed up the file

[git-users] Re: Git says there are local changes, but there are no changes. (Windows)

2016-03-12 Thread Ben Page
It appears none of the commenters understands how git reset works. Even if the problem is that Visual Studio messed up the git index, git reset should fix it. And if Visual Studio messed up the file (line endings or otherwise), the git reset --hard should revert it. This is certainly a bug in