Skip to content

Instantly share code, notes, and snippets.

@ebramanti
Created September 29, 2016 23:30
Show Gist options
  • Save ebramanti/809e3c4e6c49aeb7ee34d7f0cbd3553e to your computer and use it in GitHub Desktop.
Save ebramanti/809e3c4e6c49aeb7ee34d7f0cbd3553e to your computer and use it in GitHub Desktop.
git branch -D (git branch | grep -E -v 'develop|master' | tr -ds '\n' ' ' | sed 's/^[ \t]*//')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment