Instantly share code, notes, and snippets.
##Como excluir branch remoto
git push origin --delete <branch> or git push origin :<branch>
git push origin --delete <branch>
git push origin :<branch>