在本地删除一个分支: git branch -D <本地分支> 在github远程端删除一个分支: git push origin :<远程端分支> 唯一不同的就是冒号代表了删除 相关文章: 2021-08-08 2021-11-01 2021-06-16 2021-09-09