Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipeplets/3f5dd1eb8133e77e826b7394e3ed9502 to your computer and use it in GitHub Desktop.
Save felipeplets/3f5dd1eb8133e77e826b7394e3ed9502 to your computer and use it in GitHub Desktop.
git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment