Scott Porad
Scott Porad

Reputation: 293

Github: How do I pull unmerged upstream pull requests in to my fork?

Situation:

Problem:

I have not made any changes to my fork, so it's basically a clone of the upstream repo. It seems like this should be pretty straightforward, but I can't quite figure it out. I've tried a handful of approaches, but none quite seem to work.

Thanks in advance for your help!

P.S. This question was asked here with no response.

Upvotes: 4

Views: 565

Answers (1)

Denis de Bernardy
Denis de Bernardy

Reputation: 78413

Have you tried adding the repos that sent the pull requests as remotes, and merging their master/whatever branch into your master branch?

Upvotes: 3

Related Questions