My last commands were:
git rebase -i HEAD^^
git rebase -i HEAD^^
git rebase -i HEAD^^^
How do I get the repository back to the state it was in before the first of the listed commands?
NOTE: all I have been doing thus far is git commit -am "my commit message"
. I don't understand branching and merging yet so I haven't used them. I was trying to roll back the code to the previous commit, but this didn't seem to do anything.