I have some branches:
Branch A -> B
-> C
-> D
-> E
I need to fix something on branch A, how am I able to apply the fix to all branches branched out from branch A without I need to cherrypick the fix to all branches B, C, D, and E?