Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 177 Bytes

index.md

File metadata and controls

11 lines (8 loc) · 177 Bytes

Search for commits that introduced or removed a string

git log -Sstring | tig

Grep in files with certain extensions

git grep lorem -- '*.js'