To delete a local branch
git branch -d the_local_branchTo remove a remote branch (if you know what you are doing!)
git push origin :the_remote_branchTo delete a local branch
git branch -d the_local_branchTo remove a remote branch (if you know what you are doing!)
git push origin :the_remote_branch