Last active
September 15, 2016 11:15
-
-
Save adriaPerez/578d64faf7cfe1353b3e3d23d64dc479 to your computer and use it in GitHub Desktop.
Delete merged branches
This file contains hidden or 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 --merged | grep -v \* | xargs git branch -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment