Git 批量删除分支

2024-05-20  本文已影响0人  做一只有趣的芦苇

git branch | ForEach-Object { if (_ -notmatch "\*") { git branch -D_.Trim() } }

上一篇下一篇

猜你喜欢

热点阅读