Created
June 8, 2015 18:40
-
-
Save richadams8/81301f68b35d328ecf1b to your computer and use it in GitHub Desktop.
Clean out all git branches other than master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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