Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/07-git-tools/sections/searching.asc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We'll go through a few of them.
[[_git_grep]]
==== Git Grep

Git ships with a command called `grep` that allows you to easily search through any committed tree or the working directory for a string or regular expression.
Git ships with a command called `grep` that allows you to easily search through any committed tree, the working directory, or even the index for a string or regular expression.
For the examples that follow, we'll search through the source code for Git itself.

By default, `git grep` will look through the files in your working directory.
Expand Down