Created
March 13, 2026 08:26
-
-
Save davidbarkhuizen/bc8abd6569eaf8e10f3c21e3449012e9 to your computer and use it in GitHub Desktop.
git - delete all non-core local branches
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 | grep -v -e "main" -e "development" -e "test" | xargs git branch -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment