Basically I used Github revert button to revert a previous PR for a feature branch into master
, then I decided to merge the same feature branch that I reverted earlier, but I was not able to do so. Steps as follow:
- PR to merge feature branch to
master
- Revert PR merge from (
master
) - Tried to create new PR to merge feature branch to
master
again. - Got this message:
There isn't anything to compare.
master is up to date with all commits from feature-branch. Try switching the base for your comparison.
Any suggestions on how can I merge feature branch again into master