Git windows command line, version 1.8.0
I have 3 commits so far and when I type
git reset --soft HEAD^
new line comes up with
More?
and flashing cursor for input
Then, whatever I type, I always get
fatal: ambiguous argument 'HEAD ': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]
All other commands works fine in the same folder.
git log HEAD^^
, I believe. – Kildare