Skip to content

Instantly share code, notes, and snippets.

@ichi
Created February 6, 2015 04:44
Show Gist options
  • Select an option

  • Save ichi/94bea5aed48faaee9065 to your computer and use it in GitHub Desktop.

Select an option

Save ichi/94bea5aed48faaee9065 to your computer and use it in GitHub Desktop.
masterにmergeされているfeature/*ブランチを全削除
git branch --merged master --list "feature/*" | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment