摘要:
Sometimes after a sprint, all the remaining branches are just taking up space. Here's a small snippet to remove all your local branches in one go. git branch | grep -v "master" | xargs git branch -D ... 阅读全文
posted @ 2019-03-14 17:22
小草露露
阅读(137)
评论(0)
推荐(0)