git branch

进行分支查看

【Git】删除本地分支_git


删除本地分支

git branch -d feature/v.1.9.5

-d后面加上你所要删除的分支名字

【Git】删除本地分支_git_02