Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 142 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 142 Bytes

git gn

Grep and show line number

Git alias:

gn = grep -n

Example:

git gn

Same as git grep --line-number.