Skip to content

Instantly share code, notes, and snippets.

@ekka21
Created June 12, 2012 21:52
Show Gist options
  • Save ekka21/2920356 to your computer and use it in GitHub Desktop.
Save ekka21/2920356 to your computer and use it in GitHub Desktop.
Git: remove branch
git branch -D BRANCH_NAME
git push origin :BRANCH_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment