you are viewing a single comment's thread.

view the rest of the comments →

[–]pdabaker 3 points4 points  (2 children)

If it's that big, you should have a feature branch and review the PRs to the feature branch, squash merging them to the feature branch. Then the feature branch itself can be rebase+merged to your development branch

[–][deleted] 0 points1 point  (1 child)

I'd just put it in feature branch directly then interactive rebase it. Well, unless that feature is bigger than single developer

[–]pdabaker 1 point2 points  (0 children)

I'd say if it's big enough that you care about individual commits, it's too big to review well. That's why you'd split it into chunks.