在本地删除一个分支: git branch -D <本地分支>

在github远程端删除一个分支: git push origin :<远程端分支>

唯一不同的就是冒号代表了删除

05-27 14:56