Created
October 26, 2016 12:46
-
-
Save SanderVerkuil/9e3e605380290262bed18871ce63e2d7 to your computer and use it in GitHub Desktop.
Deletes all the github branches that had a repository, and do not have a repository any more.
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 -avv | grep ": gone" | awk '{print $1}' | xargs git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment