I have a repository containing branch1.
It has two commits 123weew (current) and gwehhj12(previous).
I want to move branch1 to the previous commit and create a new branch2 at existing 123weew commit id.
How can this be done?
At worse, I just want to delete commit 123weew so that I can start fresh.