Skip to content

Commit cc0b68d

Browse files
committed
✏️ Fix git log --grep example
1 parent 663e642 commit cc0b68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/productive/git/log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Filter and sort
3737

3838
:samp:`git log --author="{VEIT\|VSC}"`
3939

40-
:samp:`git log --grep = "{TERM}" [-i]`
40+
:samp:`git log --grep="{TERM}" [-i]`
4141
filters the commit history for regular expressions in the commit message.
4242

4343
``-i``

0 commit comments

Comments
 (0)