Re: Expected bug with reset --hard

2014-10-14 Thread Nicholas Chmielewski
I'd like to rescind my bug report. A bit more further investigation revealed that git was detecting the file with changes as jquery.datatables.js but the file in my directory was reported as being named jquery.dataTables.js . I'm currently working on OS X 10.9, and this issue is probably related

Expected bug with reset --hard

2014-10-14 Thread Nicholas Chmielewski
git version 1.9.1 & version 2.1.2 I had some changes in a tracked file that I wanted to discard. Instead of using checkout, I instead used `git reset --hard HEAD` to reset. Git returned the message `HEAD is now at ` I then went `git status` and it showed me that I still have changes to commit I