I'm attempting to reset my git repo to a 2-3 version old commit. I'm trying to do the following:
git reset 70057f0
However this gives:
fatal: ambiguous argument '70057f0': unknown revision or path
not in the working tree.
Use '--' to separate paths from revisions
What am I doing wrong?