Skip to content

Instantly share code, notes, and snippets.

@mleko
Created July 27, 2018 12:07
Show Gist options
  • Save mleko/bff21df748c2cf0ac58686410a3a1105 to your computer and use it in GitHub Desktop.
Save mleko/bff21df748c2cf0ac58686410a3a1105 to your computer and use it in GitHub Desktop.
git config --global alias.broom '!git branch --merged | egrep -v "(^\*|master|dev|release/next)" | xargs git branch -d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment