質問

I need to list all the files that currently or at some point in history contained a specified text.Is there anyway to do that?

役に立ちましたか?

解決

You could do with:

git grep 'the specified text' $(git rev-list --all)
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top