pr-train
pr-train copied to clipboard
Support squashed commits 🚀
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.