Created
October 14, 2018 16:46
-
-
Save William-Hill/eab094526e2f271248d1b20fe28e5f36 to your computer and use it in GitHub Desktop.
Delete multiple branches in git
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 --list '$1'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment