Skip to content

Instantly share code, notes, and snippets.

@onurkayaio
Created October 10, 2019 13:13
Show Gist options
  • Save onurkayaio/903ad1a3829fb84b432878d9b4618dab to your computer and use it in GitHub Desktop.
Save onurkayaio/903ad1a3829fb84b432878d9b4618dab to your computer and use it in GitHub Desktop.
git branch --merged | egrep -v "(^\*|master)" | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment