Skip to content

Delete branch local remote

Delete branch local/remote

Delete branch locally

git branch -d localBranchName

Delete branch remotely

git push origin --delete remoteBranchName