mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-13 19:34:00 +02:00
@@ -606,7 +606,7 @@ A Git query allows you to search all your previous commit messages and find the
|
|||||||
$ git show :/query
|
$ 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
|
```bash
|
||||||
$ git show :/typo
|
$ git show :/typo
|
||||||
|
Reference in New Issue
Block a user