标签:image 图片 查看 img git push branch nbsp -- bsp
1.查看本地分支列表
git branch
2.删除本地分支
git branch -d 分支名称
1.查看远程分支列表
git branch -a
2.删除远程分支
git push origin --delete 远程分支名称
标签:image 图片 查看 img git push branch nbsp -- bsp
原文地址:https://www.cnblogs.com/lwcode6/p/11084537.html