Reputation: 293
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.
git am
failed to apply them successfully.Thanks in advance for your help!
P.S. This question was asked here with no response.
Upvotes: 4
Views: 565
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