Skip to content

Commit de2f5a4

Browse files
committed
correct git --no-pager information
It will not just avoid global, local as well.
1 parent f86025f commit de2f5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You may also want to configure [general diff colors](https://github.com/pauliris
6868
Sometimes you will want to bypass diff-so-fancy. Easy enough:
6969

7070
```shell
71-
git --no-pager diff # will avoid the global core.pager hook
71+
git --no-pager diff # will avoid core.pager hook
7272
```
7373

7474

0 commit comments

Comments
 (0)