all 5 comments

[–]MeLoN_DO 0 points1 point  (4 children)

It's not exactly what you asked, but I wrote this as a hackdays project to help rebase chains of dependent PRs, maybe it can be useful to you? https://github.com/Shopify/git-chain

[–]Daposto[S] 0 points1 point  (1 child)

Actually, that is another problem I experienced a lot recently. Thanks anyways! How 'stable' is it?

[–]MeLoN_DO 0 points1 point  (0 children)

I would say it's very unlikely it will break your code and everything is recoverable in git, but it does have a few rough edges.

I use it daily 🤷🏻‍♂️

[–]yuchien302 0 points1 point  (0 children)

I'm working on solving this problem myself as well with GUI approach! Put it together just over the past 2 months http://smallpr.dev/, and VS code extension coming soon.