link
git/grep

Search Code

Print lines matching a pattern

git
grep
search

Command

git grep

Examples

Search for TODO in code

git grep "TODO"