Skip to content

Instantly share code, notes, and snippets.

@teitei-tk
Created May 2, 2014 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teitei-tk/3ce7bdf5a4971c11154f to your computer and use it in GitHub Desktop.
Save teitei-tk/3ce7bdf5a4971c11154f to your computer and use it in GitHub Desktop.
gitのローカルブランチで特定の文字を含んでいるブランチを強制削除
# hoge branchを削除
git branch | grep hoge | xargs -I % git branch -D %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment