Stacked pull requests break large changes into small, reviewable pull requests. They’re an ordered series of pull requests that each represent focused layers of your change. With stacks, you can…
I’ve recently picked up jujutsu, and it plus gitlab’s stacked PR has made splitting up MRs a breeze. Typo in a commit at the top of the chain? “jj edit revision”, fix the typo, then “jj git push”.
I’ve recently picked up jujutsu, and it plus gitlab’s stacked PR has made splitting up MRs a breeze. Typo in a commit at the top of the chain? “jj edit revision”, fix the typo, then “jj git push”.
Do you mean GitHub? Last I checked Gitlab doesn’t support stacked PRs.
No I meant gitlab. I have been using them for a week or two now, I guess it’s a recent addition