Alright I was inattentive when I was merging some code into a repository(There were major changes in the flow of some code), so I had to revert the merge commit. I went home for the day, and now there are more commits on master, and I can't seem to trigger a merge such that I can get my code into master, as in I have the diffs between the 2 files. I was clumsy and pushed to code to origin already.
Here's the one line graph history of the most recent commits:
How do I get back a proper merge screen so that I can take care of it?
I was thinking I could add another commit to my branch then try to merge it, but that feels hackish.
