G---H // Release Branch
/
/
A---B---E---F--- // master
\\
\\
C---D--- // bug fix branch
Based on our particular ne
Note: as explained above, cherry-picking is acceptable here.
Its main drawbacks are:
In your case:
C and D aren't based on code introduced in B, ... cherry-pick them wherever you need them.