git-grep: add new example (#3203)
This commit is contained in:

committed by
Marco Bonelli

parent
8465f20ccb
commit
41d82606b5
@@ -19,3 +19,7 @@
|
|||||||
- Search for a string at a specific point in history:
|
- Search for a string at a specific point in history:
|
||||||
|
|
||||||
`git grep {{search_string}} {{HEAD~2}}`
|
`git grep {{search_string}} {{HEAD~2}}`
|
||||||
|
|
||||||
|
- Search for a string across all branches:
|
||||||
|
|
||||||
|
`git grep {{search_string}} $(git rev-list --all)`
|
||||||
|
Reference in New Issue
Block a user