What happens if I git delete a remote branch that has subbranch that has not been merged to it -
i'm getting rid of development (in purple) branch , having subbranches branch master (in teal) , merge master. development branch branched master. if there sub branches off development have not been merged yet, able merged master later, after remote development branch removed? fate of leaf (mustard colored) branch.

a branch in git not more pointer commit. when remove branch not remove commits, "subbranch" (not accurate term) in tact, , still mergeable.
Comments
Post a Comment