In order to remove remote branch, execute the following command: `git push -d <repo> <branch_name>` Example: `git push -d origin branch_to_be_removed` ### Reference 1. [Git push docs](https://git-scm.com/docs/git-push)