Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何删除 Git 远程分支?
我使用 NetBeans,我试图从 IDE 中删除一个远程分支,但在删除分支上它只在本地删除。
你也可以使用
git push origin --delete <yourBranchName>
$ git push origin :name-of-your-branch