Skip to content

Instantly share code, notes, and snippets.

@ryancat
Created March 1, 2016 21:40
Show Gist options
  • Save ryancat/af172892155c6f664777 to your computer and use it in GitHub Desktop.
Save ryancat/af172892155c6f664777 to your computer and use it in GitHub Desktop.
remove multiple git branch
git branch | grep '3\.2' | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment