Skip to content

Instantly share code, notes, and snippets.

@iwashihead
Last active March 19, 2020 04:49
Show Gist options
  • Save iwashihead/f9fea92d5fbff6758283a355db9a8ab4 to your computer and use it in GitHub Desktop.
Save iwashihead/f9fea92d5fbff6758283a355db9a8ab4 to your computer and use it in GitHub Desktop.
マージ済みのブランチをすべて削除するコマンド
git branch -D `git branch --merged | grep -v \* | xargs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment