Last active
October 5, 2015 20:38
-
-
Save libkazz/2872434 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
| # これで gitconfig に alias を書けばよい | |
| git branch --no-color --merged 2> /dev/null | grep -v -e '*' -e master | xargs git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment