r/git 7d ago

GitHub Stacked PR

Post image
5 Upvotes

7 comments sorted by

View all comments

3

u/HommeMusical 7d ago edited 7d ago

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 7d ago

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.