Skip to content

Instantly share code, notes, and snippets.

@alyssaq
Last active August 29, 2015 14:06
Show Gist options
  • Save alyssaq/261941b580048137e778 to your computer and use it in GitHub Desktop.
Save alyssaq/261941b580048137e778 to your computer and use it in GitHub Desktop.
Delete github branch
$ git branch -d <feature-branch>
$ git push origin :<feature-branch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment