I have the following case :
K---L new-feature
/
H---I---J---M dev-team1
/
E---F---G dev-main
/
A---B---C---D master
And I want to move only the new-feature (K---L) branch in dev-main branch without (H---I---J) form dev-team1, however I want that new-feature (K---L) branch to remain as a separate branch.
Something like that :
K---L new-feature
/
H---I---J---M dev-team1
/
E---F---G---K'---L' dev-main
/
A---B---C---D master