Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 222 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 222 Bytes

git gg

Grep group i.e. search with our preferred options

Git alias:

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

Example:

git gg

Also aliased as git grep-group.