Excluindo branches remotos no git

ao excluir uma filial remota que você excluiu localmente, você pode usar:

git push origin --delete <branchName>

ou

git push origin :branchName