Take a look at the graph of my commits: link
I did a crap here, I wanted to do a merge of the branch workspace with the master. The workspace is what was most current, so I wanted to pass the master and delete the workspace branch. So I was trying to merge and trying to resolve the conflict in a file I forgot to take the section:
<<<<<<<< HEAD
{Codigo...}
======
{Codigo...}
>>>>>> origin/workspace
I tried to make a revert to before the merge. I got it, so much is my last commit. However I can not merge this last commit with the last commit of the workspace. He says it's already up-to-date. I understand how to commit with the front of workspace, but it's because I did shit. How do I fix this?