how much pull request I can create at one and the same commits?

174 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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.