Borrar rama remota
git branch -d <nombre_rama>
git branch -D <nombre_rama>
git push origin --delete <nombre_rama>