Skip to content

Instantly share code, notes, and snippets.

@William-Hill
Created October 14, 2018 16:46
Show Gist options
  • Save William-Hill/eab094526e2f271248d1b20fe28e5f36 to your computer and use it in GitHub Desktop.
Save William-Hill/eab094526e2f271248d1b20fe28e5f36 to your computer and use it in GitHub Desktop.
Delete multiple branches in git
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