Created
January 6, 2020 12:49
-
-
Save daniel12fsp/c2f1d1d21dc3327e847b42c1a438c91a to your computer and use it in GitHub Desktop.
Delete all old branch
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 --format ' %(refname:short)' | xargs -n1 -I {} git branch -d {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment