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.

enter image description here

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


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -