pr-train icon indicating copy to clipboard operation
pr-train copied to clipboard

Support squashed commits 🚀

Open devlato opened this issue 6 years ago • 0 comments

In some projects, when you merge a branch, all the commits get squashed into one. It would be nice to detect such cases, and when the previous branch in the chain gets merged, the next one can be rebased onto the previous one on top of the squashed. It could save time on manually running the rebase-onto commands on the consecutive branches after merging.

devlato avatar Aug 28 '19 08:08 devlato