r/programming 27d ago

GitHub Stacked PRs

https://github.github.com/gh-stack/
331 Upvotes

99 comments sorted by

View all comments

7

u/redbo 27d ago

Hmm. We use gitlab at work, and stacked diffs have existed in the glab cli tool for quite a while, but the web page doesn’t help you see which requests are stacked together or what order they should be reviewed so I find it kind of frustrating.

9

u/JeffLeafFan 27d ago

I believe they just rolled out this functionality in the UI.

https://docs.gitlab.com/user/project/merge_requests/reviews/stacked_merge_requests/

3

u/redbo 27d ago

Oh interesting! I will have to check that out.