Qiita Trends
@qiita
3
subscribers
4.44K
links
Unofficial qiita trend channel
source code:
https://github.com/vbalien/qiita-trend-channel
Download Telegram
Join
Qiita Trends
3 subscribers
Qiita Trends
[Python] ローカルのgitのブランチをお掃除するスクリプトを書いた
LGTM: 7
#Python
#PyInquirer
Link:
https://qiita.com/donaisore/items/a7fa994a86042e3c6476
Qiita
[Python] ローカルのgitのブランチをお掃除するスクリプトを書いた - Qiita
はじめに
みなさんローカルに溜まっていくgitのブランチをどのように整理していますか?
自分は
$ git branch
foo
bar
baz
$ git branch -D bar baz
$ git branch
f...
この記事を読む