LoginSignup
1
0

More than 3 years have passed since last update.

Gitコマンドでいつもお世話になるリンク(随時更新予定)

Posted at

ブランチがローカルに溜まり過ぎてしまったときに便利。

terminal
git branch | grep -v '残したいブランチ1' | grep -v '残したいブランチ2' | xargs git branch -D

【Git】ローカルで特定のブランチ以外を一括で削除する - fv17の日記 - Coding Every Day

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0