Skip to content

Instantly share code, notes, and snippets.

@fuzzy31u
Created May 27, 2016 05:24
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 fuzzy31u/8e18c0d56c74c12ec86fa02029675d93 to your computer and use it in GitHub Desktop.
Save fuzzy31u/8e18c0d56c74c12ec86fa02029675d93 to your computer and use it in GitHub Desktop.
for branch in `git branch | grep -v master`; do
git branch -d ${branch}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment