1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

git-grep: add new example (#3203)

This commit is contained in:
Ivan Aracki 2019-07-22 13:59:16 +02:00 committed by Marco Bonelli
parent 8465f20ccb
commit 41d82606b5

View file

@ -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)`