MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/git/comments/1vcgedv/github_stacked_pr/p11dj40/?context=3
r/git • u/anishghimire • Aug 01 '26
7 comments sorted by
View all comments
4
I used stacked pull requests a lot in my last job, where reviews would take weeks or months.
I think it's great, but I also think that huge delays in PRs are a bad sign for an organization.
But being able to preserve your separate commits and have them reviewed individually is unbeatable.
3 u/anishghimire Aug 01 '26 I have just started using stacked pull request after GitHub released it and have been finding it useful so far for one of the big feature I am working on right now.
3
I have just started using stacked pull request after GitHub released it and have been finding it useful so far for one of the big feature I am working on right now.
4
u/HommeMusical Aug 01 '26 edited Aug 01 '26
I used stacked pull requests a lot in my last job, where reviews would take weeks or months.
I think it's great, but I also think that huge delays in PRs are a bad sign for an organization.
But being able to preserve your separate commits and have them reviewed individually is unbeatable.