I need to revert a wrong git commit --amend -m
- did git commit without -m
- did git commit --amend -m "commit message"
- git commit --amend -m "commit message" changed my previous commit instead of the one i supposed to commit.
is it possible to revert to before the step 1 without losing my original hashcode or the code i supposed to commit?
commit is not pushed yet btw