grep -v: -v 反转查找
Git remove branches named without master
git branch -D `git branch | grep -v -E *master*`
grep -v: -v 反转查找
Git remove branches named without master
git branch -D `git branch | grep -v -E *master*`
本文标题:Git remove multiple local branch
本文链接:https://www.haomeiwen.com/subject/idzgqftx.html
网友评论