📜  grep 删除分支 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:23.241000             🧑  作者: Mango

代码示例1
Type in git branch | grep "" for a preview of the branches that will be deleted.
Type in git branch | grep "" | xargs git branch -D.