EN
Git - remove remote branch
4
points
In this article we would like to show how in Git remove remote branch from command line.
Run following command:
git push origin --delete my_remote_branch_name
Note: to know how to remove local branch go to this article.