Skip to content

Instantly share code, notes, and snippets.

@donovanh
Created July 2, 2014 10:52
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 donovanh/b6f2148298551f3d7420 to your computer and use it in GitHub Desktop.
Save donovanh/b6f2148298551f3d7420 to your computer and use it in GitHub Desktop.
Remove all merged branches
git branch | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment