Pregunta

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?

¿Fue útil?

Solución

You could do with:

git grep 'the specified text' $(git rev-list --all)
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top