Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save felipeplets/3f5dd1eb8133e77e826b7394e3ed9502 to your computer and use it in GitHub Desktop.

Select an option

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