git删除本地和远程分支

这两个操作不要在被删除的分支下操作
删除本地分支 git branch -D 分支名称
远程分支 git push origin --delete 分支名称

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