git 文档 https://git-scm.com/docs 查看项目的分支们(包括本地和远程)
$ git branch -a
删除本地分支
$ git branch -d <BranchName>