Skip to content

Commit

Permalink
correct git --no-pager information
Browse files Browse the repository at this point in the history
It will not just avoid global, local as well.
  • Loading branch information
stevemao committed Feb 12, 2016
1 parent f86025f commit de2f5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You may also want to configure [general diff colors](https://github.com/pauliris
Sometimes you will want to bypass diff-so-fancy. Easy enough:

```shell
git --no-pager diff # will avoid the global core.pager hook
git --no-pager diff # will avoid core.pager hook
```


Expand Down

0 comments on commit de2f5a4

Please sign in to comment.