But one reason that rebase wizards might curate a a rebased branch of small commits is exactly so that the small commit structure remains on merge to main. That way they can track down any problems with it more easily in the future.
(Ironically, I've found that this style of development makes it less likely for bugs to be introduced in the first place.)
Comments
But one reason that rebase wizards might curate a a rebased branch of small commits is exactly so that the small commit structure remains on merge to main. That way they can track down any problems with it more easily in the future.
(Ironically, I've found that this style of development makes it less likely for bugs to be introduced in the first place.)