git local branch 一括削除
はじめに
マージ前のブランチで動作検証してると、大量にあふれてくるので、一括でローカルブランチを消したい時に使います
branch 一括削除
前提
- peco と zsh 使ってます
- alias 切ってます
コマンド
peco のブランチ一覧で [Ctrl+Space]
で削除したいブランチを選択
gb P X git branch -D
alias を展開すると、以下のような感じ
git branch | peco | xargs git branch -D
気分で --merged
オプション追加したり、-D
を -d
にします
Author And Source
この問題について(git local branch 一括削除), 我々は、より多くの情報をここで見つけました https://qiita.com/mtsuge/items/ef4f83ae2bd2245d2c1f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .