I have two branches new-ui and video-upload and I am trying to merge them. Before merging them though, I should have created a new branch that holds the result of both....to make sure that the merge result is what I am looking for. I didn't, so I would like to reverse the entire merge (ideally without having to go back through the logs and do it manually).
Both branches, post the fork, have had changes/commits applied to them. So, as you can imagine, the history of both is quite messy.
I want to just revert new-ui to the state it was at before I just merged video-upload to it. Then I can go ahead and create a new branch then do the merge there.
What's the best way to do this?