Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 189 Bytes

index.md

File metadata and controls

19 lines (12 loc) · 189 Bytes

git g

Short for "git grep"

Git alias:

g = grep

Example:

git g

This will search for text.

The term "grep" stands for "general regular expression parser".