删除git 分支

删除本地分支

git branch -D 要删除的分支名

删除远程分支

git push origin --delete 要删除的分支名 

 

原文地址:https://www.cnblogs.com/renxiao1218/p/13225159.html