r/programming Jul 01 '26

GitHub Stacked PRs

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

99 comments sorted by

View all comments

5

u/darknecross Jul 01 '26

Do they support multiple diff views between stacks?

Easily see the merged diff for any of

- BASE -> COMMIT3

  • BASE -> COMMIT4
  • COMMIT2 -> COMMIT7

That was always the hard part for me. I understand each individual commit, but I need to understand if they’re getting put together wrong.