Skip to content

Instantly share code, notes, and snippets.

@edenwaith
Last active August 29, 2015 14:05
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 edenwaith/8400c172ce7e8e56ee70 to your computer and use it in GitHub Desktop.
Save edenwaith/8400c172ce7e8e56ee70 to your computer and use it in GitHub Desktop.
Clean up old git repositories
git branch | grep "some_string_or_pattern" | xargs -n 1 git branch-delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment