Re: Expected bug with reset --hard

2014-10-14 Thread Nicholas Chmielewski
s probably related more to the case-preservation of the file system rather than git itself. On 15 October 2014 14:34, Nicholas Chmielewski wrote: > 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 u

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