Remix.run Logo
Macha 9 hours ago

Each commit can be merged independently as they're reviewed.

CharlieDigital 8 hours ago | parent | next [-]

I don't think this is it. The main driver is that several operations in GH are scoped around a PR, not a commit. So the reason you need stacked PRs is that the layer of tooling above `git` is designed to work on logical groups of commits called a PR.

4b11b4 8 hours ago | parent [-]

Right, the argument against: "how is this any different than splitting into single commits?" is simply: In general you want just one level above a commit which is the PR

Hamuko 9 hours ago | parent | prev [-]

One of the advertised features of this is being able to merge all the PRs at once. Which would also be the case for multiple commits in a single PR.

Arainach 8 hours ago | parent | next [-]

That's possible but not mandatory. In the current UX you can only approve/submit all or none.

8 hours ago | parent | prev [-]
[deleted]