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.
2 parents 519568c + 5035027 commit 926f915Copy full SHA for 926f915
readme.md
@@ -24,6 +24,11 @@ git diff --color | diff-so-fancy
24
git config --global core.pager "diff-so-fancy | less --tabs=1,5 -R"
25
```
26
27
+Or, create a git alias in your `~/.gitconfig` for shorthand fanciness:
28
+```shell
29
+diff-so-fancy = "!git diff --color $@ | diff-so-fancy"
30
+```
31
+
32
## Install
33
34
For convenience, the recommended installation is via NPM:
0 commit comments