git branch -a | cut -c3- | cut -d' ' -f 1 | xargs git grep "基本信息"
标签:xargs,cut,grep,git,搜索,分支
From: https://www.cnblogs.com/daysme/p/17170599.html
git branch -a | cut -c3- | cut -d' ' -f 1 | xargs git grep "基本信息"
标签:xargs,cut,grep,git,搜索,分支
From: https://www.cnblogs.com/daysme/p/17170599.html