Created
December 11, 2019 11:59
-
-
Save ampatron/0b24c686f364efc56e29bb1433ef709d to your computer and use it in GitHub Desktop.
Force clean up all local branches
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 | 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