Using msysgit on Windows, I can do this:
git checkout head
or
git checkout HEAD
Either works. I don\'t ha
HEAD is case sensitive in Linux environment. As far as I know its case insensitive only in mysysgit.
In Linux environment it gives : error: pathspec 'head' did not match any file(s) known to git.
error: pathspec 'head' did not match any file(s) known to git.