Skip to content

Git基础命令

git 删除 本地多余的分支

git branch | grep -v "master" | xargs git branch -D