Skip to content

Instantly share code, notes, and snippets.

@teitei-tk
Created September 10, 2014 06:34
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 teitei-tk/506a526bd7c55b49befd to your computer and use it in GitHub Desktop.
Save teitei-tk/506a526bd7c55b49befd to your computer and use it in GitHub Desktop.
delete git all local branches
git branch | awk "{print$1}" | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment