// delete branch locally git branch -d localBranchName // delete branch remotely git push origin --delete remoteBranchName