Created
February 14, 2025 14:31
-
-
Save doyle/9e54f68f8bcb5ab74ceed6910f5e8aee to your computer and use it in GitHub Desktop.
Delete all git branches matching a prefix
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 -D `git branch | grep <prefix>` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment