Git alias:
g = grep
Example:
git g
This will search for text.
The term “grep” stands for “general regular expression parser”.