Delete local and remote branches in git

local:

git branch -d COMM-174
remote:
git push origin --delete COMM-174