Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
本地删除可以通过 git branch -d 分支名称 删除 但是删除后远程分支还存在,怎么把远程的分支也删除掉呢?
git branch -d 分支名称
用这句
git push origin --delete 分支名