I have a repo that has two files that supposedly I changed locally.
So I\'m stuck with this:
$ git status # On branch master # Changed but not update
this is how I fixed the same problem in my case: open .gitattributes change:
* text=auto
to:
#* text=auto
save and close , then revert or reset, thanks to @Simon East for the hint