Skip to content

Latest commit

 

History

History

git-g

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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".