Skip to content

Latest commit

 

History

History

git-grep-ack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git grep-ack

Find text with ack-like formatting

Git alias:

grep-ack = \
    -c color.grep.linenumber=\"bold yellow\" \
    -c color.grep.filename=\"bold green\" \
    -c color.grep.match=\"reverse yellow\" \
    grep --break --heading --line-number

Example:

git grep-ack