My current git tree is
A-B-C (branch 1)
|
E-F-G (branch 2)
|
H-I (branch 3)
I want to rebase (edit) in commit B of branch 1 and it should reflect/propagate that edit commit in all other sub branches of branch 1. Is it possible?