Created
May 7, 2016 22:56
-
-
Save RainbowArray/19b5175176f669fc996b6d506e84e20c 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 -a | grep -v '8.0.x\|8.1.x\|8.2.x\| 2061377-151-reroll-wysiwyg-image-styles\|remotes' | xargs git branch -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This got rid of all my old stale branches that I didn't need before, except for the the D8 core branches, remote and one branch I had just made for a reroll and didn't want to lose. This worked GREAT!