Skip to content

Instantly share code, notes, and snippets.

@rhiroyuki
Last active July 19, 2019 20:27
Show Gist options
  • Save rhiroyuki/044a380689ed128935178ef1dfec2a85 to your computer and use it in GitHub Desktop.
Save rhiroyuki/044a380689ed128935178ef1dfec2a85 to your computer and use it in GitHub Desktop.
just shell things
Delete multiple branches with similar name
git branch | grep add-stock-source | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment