Created
March 16, 2012 17:15
-
-
Save albertoperdomo/2051216 to your computer and use it in GitHub Desktop.
Delete all unmerged local branches
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 -l1 git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to delete an unmerged branch