Delete branch from remote location –
git push -d remote-name branch-name
Delete branch from localhost –
git branch -D branch-name
git branch -d branch-name
Delete branch from remote location –
git push -d remote-name branch-name
Delete branch from localhost –
git branch -D branch-name
git branch -d branch-name