Command
Explanation
git grep is used to print lines matching a pattern. It prints the lines that match the pattern.
Examples
Search for TODO in code
git grep is used to print lines matching a pattern. It prints the lines that match the pattern.
Search for TODO in code