git通过关键字搜索所有分支名

git branch -a --list

如:查询分支名像%_zyj%这种的所有分支命令如下

git branch -a --list "*_zyj*"

你可能感兴趣的:(git)