Skip to content

Instantly share code, notes, and snippets.

@jimlambie
Created December 4, 2015 06:14
Show Gist options
  • Save jimlambie/f329b11a52fc7b5619e6 to your computer and use it in GitHub Desktop.
Save jimlambie/f329b11a52fc7b5619e6 to your computer and use it in GitHub Desktop.
git branch --merged | grep -v "\*" | xargs -n 1 git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment