git - Splitting Rebased Branches -
i rebased 2 of branches:
development ---> master
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
Post a Comment