Git-命令行-删除本地和远程分支

删除本地分支
命令行 :  git branch -D 分支名

删除远程分支
命令行 :  git push origin --delete 分支名

原文地址:https://www.cnblogs.com/hjbky/p/14210625.html