I had some local commits and there were changes made on master. So I did a:
git pull // it automatically merged and had a conflict with one file only.
subl <file> // Made the wrong fix and saved it
git commit // It opened nano and I Typed "fixed merge" saved it
git push master origin
How do I go back to before the pull and redo the merge and push? Especially get back to right before the merge.