If we discover bug in some branche we fix it (check New release on picture). But also we interesting in moving this fix to Old release and Main de
You could git cherry-pick bugfix on each affected branch that you want to fix. This would generate a new commit id for the fix on each branch, though.
git cherry-pick bugfix