Skip to content

Latest commit

 

History

History

git-grep-all

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git grep-all

Find text in any commit ever

Git alias:

grep-all = !"f() { git rev-list --all | xargs git grep \"$@\"; }; f"

Syntax:

git grep-all <text>

Example:

git grep-all foo