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

Query is case-sensitive

This commit is contained in:
Edward Look
2014-04-19 11:55:05 -07:00
parent 89d89bc1fb
commit f2df58a4a7

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