git - Splitting Rebased Branches -


i rebased 2 of branches:

development ---> master

here current structure

but when tried make branch (ui) doesn't split. want split can have clear representation of flow of commits. can split them on separate nodes.

if 1 branch directly ahead of other (they says "the other contained within first") tools draw both branches 1 line:

-*--*--*--*--*        |     |       dev   master 

to "split" them need add non-related (not yet merged) commits both branches:

        dev          *         / -*--*--*         \          * master 

Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

angular - Copying node modules to wwwroot AspNetCore -