Hi all,
sometimes i have the situation that i discover a bug and correct it and then commit the changes. This commit can be cherry-picked in all affected branches, a feature that i really like.
But it turns out to be tedious ( check out affected 5-10 branches, pick commit ) or error-prone ( cherry-picking when working on that branch - sometimes days/weeks later )
Is there a possibility to automate the cherry-picking into multiple branches? Writing a script iterating the affected branches seems possible, but the set of affected branches ( and the branches themselves ) changes permanently -
Best Wendy