Skip to content

Commit 7d26146

Browse files
Add the --patch mode stuff to the README
1 parent 46bc690 commit 7d26146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Configure git to use `diff-so-fancy` for all diff output:
2222

2323
```shell
2424
git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
25+
git config --global interactive.diffFilter "diff-so-fancy --patch"
2526
```
2627

2728
### Improved colors for the highlighted bits

0 commit comments

Comments
 (0)