Delate remomte branch completery
git branch -d branch_name
git push remote :branch_name
git branch -r -d origin/branch_name
Step 1: Delete local branch
git branch -d branch_name
Step 2: Delete remote branch
git push remote :branch_name
Step 3: Delete remote tracking branch on local
git branch -r -d origin/branch_name