Skip to content

Commit 3dfd349

Browse files
committed
replace '`' by 'your' prefix
1 parent c40d055 commit 3dfd349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Show only modified files in a specific commit id:
44
```
5-
git diff-tree --no-commit-id --name-only -r `commit id`
5+
git diff-tree --no-commit-id --name-only -r your-commit-id
66
```
77

88
Find commit from case sensitive keyword:
99
```
10-
git log --grep="`keyword`"
10+
git log --grep="your-keyword"
1111
```

0 commit comments

Comments
 (0)