git-grep: add new example (#3203)

italian
Ivan Aracki 2019-07-22 13:59:16 +02:00 committed by Marco Bonelli
parent 8465f20ccb
commit 41d82606b5
1 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,7 @@
- Search for a string at a specific point in history:
`git grep {{search_string}} {{HEAD~2}}`
- Search for a string across all branches:
`git grep {{search_string}} $(git rev-list --all)`