This is my current repo.
Z(master)---A---B---C---D(branch A)
\
---E---F(branch B)
I want to merge commit A to master, can anyone advise how to do that?
(desired)
Z---A(master)---B---C---D(branch A)
\
---E---F(branch B)
EDIT:
The advance of base to branch B from A to B is my typo. Please disregard it. Sorry for the confusing! Even I still learn a trick.