How do I delete a Git remote branch?
I work with NetBeans, and I tried to delete a remote branch from IDE, but on the delete branch it deleted only locally.
How do I delete a Git remote branch?
I work with NetBeans, and I tried to delete a remote branch from IDE, but on the delete branch it deleted only locally.
You can also use
git push origin --delete <yourBranchName>