Delete remote branch git
Remove a branch from the remote repository
git push origin --delete feature/old-branch
more git
all 45 commands →
Remove a branch from the remote repository
git push origin --delete feature/old-branch