We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9e3cc commit 7bcda36Copy full SHA for 7bcda36
readme.md
@@ -19,7 +19,7 @@ You can do one-off fanciness:
19
git diff --color | diff-highlight | diff-so-fancy
20
```
21
22
-**But**, you'll probably want to fancify all your diffs. Add this to `~/.gitconfig` so all `git diff` will use it:
+**But**, you'll probably want to fancify all your diffs. Run this so `git diff` will use it:
23
```shell
24
git config --global core.pager "diff-highlight | diff-so-fancy | less --tabs=1,5 -R"
25
0 commit comments