After seeing the following from the command line:
# On branch RB_3.0.10 # Changed but not updated: # (use \"git add ...\" to update what will b
Here is my experience, set following variables in .git/config:
.git/config
[core] autocrlf = false safecrlf = false eol = crlf
then run $ git checkout HEAD ., and it works. but $ git checkout -- . not, strange!
$ git checkout HEAD .
$ git checkout -- .
* git version 1.9.3