Hacker News new | ask | show | jobs
by wowokay 1423 days ago
No? You can create a new branch and start working on the next thing. Why would you be waiting on your PR to complete unless you didn’t split your work correctly.
1 comments

What if the next thing depends on the previous thing?
Then your new branch starts at the tip of the previous one.

You can (/will have to) rebase later.

I thought that was what stacked PRs are - maybe not?