git delete old branch remote code example
Example 1: delete remote git branch
git push --delete remoteName branchName
Example 2: github delete branch remote
$ git push origin --delete feature/login
git push --delete remoteName branchName
$ git push origin --delete feature/login