Pergunta

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?

Foi útil?

Solução

You could do with:

git grep 'the specified text' $(git rev-list --all)
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top