Skip to content

Instantly share code, notes, and snippets.

@atainton
Forked from AlexanderRD/gist:485f12395cc30f3444b7
Created February 4, 2016 13:26
Show Gist options
  • Save atainton/c30c2e07a2bb894ec3c9 to your computer and use it in GitHub Desktop.
Save atainton/c30c2e07a2bb894ec3c9 to your computer and use it in GitHub Desktop.
Delete all git branches with prefix
git branch -D `git branch | grep 'ard_*'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment