Delete a branch

Locally

git branch -d <local_branch_name>

Remote

git push origin --delete <remote_branch_name>