4

Is it possible to search in a given repository for a string (e.g. "class name")?

It would be useful for me even if it is a long time operation.

Thanks for help!

1 Answers1

5

Yes, see the "git grep" command

janneb
  • 3,841
  • 19
  • 22