The following is the command to remove the remote branch
$ git push origin –delete <branch_name>
The following is the command to remove the local branch
$ git branch -D <branch_name>
Solutions for developers
The following is the command to remove the remote branch
$ git push origin –delete <branch_name>
The following is the command to remove the local branch
$ git branch -D <branch_name>