Skip to content

Instantly share code, notes, and snippets.

@emersonsoares
Created July 9, 2012 03:00
Show Gist options
  • Save emersonsoares/3073994 to your computer and use it in GitHub Desktop.
Save emersonsoares/3073994 to your computer and use it in GitHub Desktop.
Git - Removendo um branch local e remoto
git branch -d minhabranch
git push origin :minhabranch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment