1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-10 09:54:08 +02:00

Merge pull request #32 from edwlook/1

Query is case-sensitive
This commit is contained in:
Rafal Chmiel
2014-04-19 19:58:24 +01:00

View File

@@ -606,7 +606,7 @@ A Git query allows you to search all your previous commit messages and find the
$ git show :/query
```
Where `query` is the term you want to search, this then finds the last one and gives details on the lines that were changed.
Where `query` (case-sensitive) is the term you want to search, this then finds the last one and gives details on the lines that were changed.
```bash
$ git show :/typo