Git: Delete multiple branches
16 November 2022 (Updated 16 November 2022)
Syntax:
git branch -D `git branch --list '<branch-name-pattern>'`
Example:
git branch -D `git branch --list 'bugfix/*'`
Tagged:
Git
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment