Skip to content

Instantly share code, notes, and snippets.

@skw
Created September 1, 2015 18:51
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 skw/bd095e7d4cb96645f920 to your computer and use it in GitHub Desktop.
Save skw/bd095e7d4cb96645f920 to your computer and use it in GitHub Desktop.

git branch --merged master | grep -v 'master$' | xargs git branch -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment