Skip to content

Instantly share code, notes, and snippets.

@gusribeiro
Created December 16, 2021 18:16
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 gusribeiro/114a52abf023f42b05dcb8bcb5cb15b0 to your computer and use it in GitHub Desktop.
Save gusribeiro/114a52abf023f42b05dcb8bcb5cb15b0 to your computer and use it in GitHub Desktop.
git branch --merged | egrep -v "(^\*|master|develop)" | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment