mirror of
https://github.com/jbranchaud/til
synced 2026-01-10 10:38:01 +00:00
Fix a typo.
This commit is contained in:
@@ -4,8 +4,8 @@ The `git log` command supports a `--grep` flag that allows you to do a text
|
|||||||
search (using grep, obviously) over the commit messages for that repository.
|
search (using grep, obviously) over the commit messages for that repository.
|
||||||
For the git user that writes descriptive commit messages, this can come in
|
For the git user that writes descriptive commit messages, this can come in
|
||||||
quite handy. In particular, this can be put to use in an environment where
|
quite handy. In particular, this can be put to use in an environment where
|
||||||
the standard process involves including ticket and bug numbers in the
|
the standard process involves including ticket and bug numbers in the commit
|
||||||
commit. For example, finding bug `#123` can be accomplished with:
|
message. For example, finding bug `#123` can be accomplished with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git log --grep="#123"
|
$ git log --grep="#123"
|
||||||
|
|||||||
Reference in New Issue
Block a user