Skip to content

Instantly share code, notes, and snippets.

@dakoctba
Last active December 29, 2015 15:38
Show Gist options
  • Save dakoctba/7691556 to your computer and use it in GitHub Desktop.
Save dakoctba/7691556 to your computer and use it in GitHub Desktop.
Como excluir branch remoto

##Como excluir branch remoto

git push origin --delete <branch> or git push origin :<branch>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment