Skip to content

Commit 701417b

Browse files
committed
readme: add --color flag to git diff command
1 parent 05cb2ca commit 701417b

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
@@ -13,7 +13,7 @@ diff-so-fancy builds on the good-lookin' output of diff-highlight to upgrade you
1313
## Usage
1414

1515
```shell
16-
git diff | diff-highlight | diff-so-fancy
16+
git diff --color | diff-highlight | diff-so-fancy
1717
```
1818

1919
Add to .gitconfig so all `git diff` uses it.

0 commit comments

Comments
 (0)