Sha*_*tin 8 git
git branch --all列出了很多分支,我正在寻找一个包含字符串的字符串1234,这是我们项目管理系统中的一个问题编号.
git branch --all
1234
以下在PowerShell中工作,我想用shell不可知的东西替换它.
PS> git branch --all | where { $_ -like "*1234*" }
我们如何做到这一点与git和git孤独?
git
Pau*_*cks 15
git branch --list "*1234*"做你需要的.要么git branch --list \*1234\*
git branch --list "*1234*"
git branch --list \*1234\*
归档时间:
10 年,3 月 前
查看次数:
3751 次
最近记录: