Skip to content

Instantly share code, notes, and snippets.

@iPublicis
Forked from chrisl8888/delete-feature.sh
Created April 17, 2020 22:33
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