Last active
November 9, 2016 13:39
-
-
Save phensalves/93c5765cf2dca395f58f3a961096a7b2 to your computer and use it in GitHub Desktop.
Snippet to delete all local branches and keep 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