git branch -d yourBranch # delete local branch git push origin --delete yourBranch # delete branch on repo/push change