Dev Blog
Archive
2025年6月25日
main以外のブランチを一括削除する
Copy
git branch | grep -v 'main' | xargs git branch -d