git ---合并和删除分支

git merge  分支名 //合并子分支到当前分支

git branch -d 分支名//删除分支

原文地址:https://www.cnblogs.com/bhlr/p/6761004.html