Created
February 13, 2014 12:27
-
-
Save TAKAyukiatkwsk/8974232 to your computer and use it in GitHub Desktop.
masterにマージ済みのブランチを削除する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 実行前にgrepコマンドまで実行して確認しておく!! | |
| git branch --merged | grep -v 'master' | xargs git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment