Git files modified after checkout, reset --hard, etc. even though autocrlf is set to false
问题 Here is my system dialogue: unrollme-dev-dan:views Dan$ git reset --hard HEAD HEAD is now at 3f225e9 Fix scan titles unrollme-dev-dan:views Dan$ git status # On branch master # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # modified: app/signup/finish.html # modified: app/signup/scan.html # I have autocrlf set to false: unrollme-dev-dan:unroll-website Dan$ git config