deletar branch

Shell
# local
git branch -d nome-da-branch

# remote
git push origin --delete nome-da-branch
Source

Also in Shell: