logoalt Hacker News

hambestoday at 7:41 AM1 replyview on HN

I agree that a `gh stack` command is not needed, but this feels to me like just a better UI feature for a good git workflow. It literally is about making multiple smaller PRs that build on top of each other.


Replies

scaryclamtoday at 9:03 AM

The question is, why are you not just merging them into main as you go? It's a bit of a smell when you "need" to merge branches into branches. It shows a lack of safety and ease in deployments, which is the real problem to solve IMO.

show 1 reply