Delete Branch

Delete Git Branch locally or remotely

Local Branch

git branch -d branch_name

Remote Branch

git push origin --delete branch_name