+ [2020-03-11T15:21:28Z] vivit I have a pull request open on someone else's repository. I forked that repository, made some changes on the master branch of my fork, and compared across forks from their master to my master.
+ [2020-03-11T15:22:01Z] vivit Now I want to open another, unrelated pull request to that same repository.
+ [2020-03-11T15:23:00Z] vivit Is there any way to change which branch a pull request is trying to merge from?
+ [2020-03-11T15:23:14Z] vivit It lets me change which branch it's merging to, but not which branch it's merging from
+ [2020-03-11T15:25:38Z] vivit But I want to rewind the master of my fork and move the changes in my pull request to a different branch on my master

message no. 177648

Posted by R2robot in #github at 2020-03-11T00:12:07Z

and have you tried a different browser?
+ [2020-03-12T07:19:35Z] xtron can we select certain commits from our branch to create a PR?
+ [2020-03-12T08:45:45Z] pchaigno xtron: I don't think you can do that with GitHub, but you can create a new branch and cherry pick some commits from the original branch. Check out git cherry-pick --help.
+ [2020-03-12T08:46:14Z] xtron pchaigno, thanks
+ [2020-03-12T16:10:39Z] dngray[m] is there an wasy way to pull all upstream branches down into my fork?
+ [2020-03-12T16:20:13Z] dngray[m] https://stackoverflow.com/questions/50220114/how-do-i-sync-all-new-upstream-branches-with-my-fork i did find this but no answers :(