delete local as well as remote branch code example
Example 1: delete local and remote branch github
$ git push <remote_name> :<branch_name>
Example 2: delete local and remote branch github
git branch -d branch_namegit branch -D branch_name
$ git push <remote_name> :<branch_name>
git branch -d branch_namegit branch -D branch_name