Skip to content

Instantly share code, notes, and snippets.

@AlexanderRD
Last active August 26, 2022 00:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save AlexanderRD/485f12395cc30f3444b7 to your computer and use it in GitHub Desktop.
Save AlexanderRD/485f12395cc30f3444b7 to your computer and use it in GitHub Desktop.
Delete all git branches with prefix
git branch -D `git branch | grep 'ard_*'`
@tymtam2
Copy link

tymtam2 commented Feb 16, 2022

This will delete /aaa/bbb/ard_ccc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment