git删除线上本地分支

删除线上分支

git push origin --delete name(分支名称)

删除本地分支

git branch -D name(分支名称)

你可能感兴趣的:(git删除线上本地分支)