I have created a new branch upstream\mybranch from upstream\master with 10 changes and now I have reverted those changes in upstream\master and merged with origin\master but those changes still exist in upstream\mybranch and I want to create a PR that will be merging from upstream\mybranch -> origin\master.
Current behaviour = It is showing nothing to merge from mybranch to master. Expected behaviour = Old changes from mybranch should come as new changes in master.
Not sure if that make sense, but can someone please advise how can I do that?