Skip to content

Instantly share code, notes, and snippets.

@richadams8
Created June 8, 2015 18:40
Show Gist options
  • Save richadams8/81301f68b35d328ecf1b to your computer and use it in GitHub Desktop.
Save richadams8/81301f68b35d328ecf1b to your computer and use it in GitHub Desktop.
Clean out all git branches other than master
git branch | grep -v master | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment