Skip to content

Instantly share code, notes, and snippets.

@iPublicis
Forked from chrisjlee/delete-feature.sh
Created April 17, 2020 22:33
Show Gist options
  • Save iPublicis/c5c7d7ef11e84e524963528f97f32b05 to your computer and use it in GitHub Desktop.
Save iPublicis/c5c7d7ef11e84e524963528f97f32b05 to your computer and use it in GitHub Desktop.
Delete branch with prefix
git branch -D `git branch | grep 'feature/*'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment