I have reverted a pull request from GitHub by following this article https://help.github.com/articles/reverting-a-pull-request/. Now even after reverting when I am comparing the two branch it shows same. How can I raise a pull request again?
Here is what I did
- I raised a pull request from prod_bug_fix branch to release/13.0.0 and went to github and merged.
- Then I followed the above article and unmerged the pull request. Now I thought release/13.0.0 code would be back as before I raised the pull request.
- I tried raising a pull request again from prod_bug_fix to release/13.0.0 but it says "There isn’t anything to compare." . But I can see there are code differences between the two branches.
What I did wrong and how I can make release/13.0.0 to same state as before?