删除本地和远程分支

删除本地分支:git branch -d 分支名
删除远程分支:git push origin -d\--delete 远程分支名

你可能感兴趣的:(删除本地和远程分支)