Created
August 22, 2016 08:53
-
-
Save EarlOfEgo/089672a8e688495bb64e88dc0f8eaff3 to your computer and use it in GitHub Desktop.
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 develop | grep -v master | grep -v develop | grep -v "\*" | xargs -n 1 git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git fetch -p && git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D