-2

I 'm trying to understand how pull requests work. Maby somebody knows how much pull requests I can create at one and same commits? One pull or a lot?

Kevin7
  • 631
  • 1
  • 7
  • 13

1 Answers1

0

You can create as many pull request as you want for a given branch.

But if you follow the advises I gave on PR, you would isolate one specific change per branch, each branch being candidate for one PR.
That allows the integrator (owner of the original repo that you forked) to evaluate each change in isolation.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250