Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 244 Bytes

index.md

File metadata and controls

21 lines (14 loc) · 244 Bytes

git grep-group

Find text and group the output lines, a.k.a. gg

Git alias:

grep-group = grep --break --heading --line-number --color

Syntax:

git grep-group [options]

Example:

git grep-group foo