Skip to content

Instantly share code, notes, and snippets.

@stephenmathieson
Created August 27, 2013 18:44
Show Gist options
  • Save stephenmathieson/6357410 to your computer and use it in GitHub Desktop.
Save stephenmathieson/6357410 to your computer and use it in GitHub Desktop.
for b in `git branch --merged | grep -v \*`; do git delete-branch $b; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment