7
7
8
8
Vanilla ` git diff ` vs ` git ` and ` diff-so-fancy `
9
9
10
- ![ diff-highlight vs diff-so-fancy] ( https://cloud .githubusercontent.com/assets/39191/13622719/7cc7c54c-e555-11e5-86c4-7045d91af041 .png )
10
+ ![ diff-highlight vs diff-so-fancy] ( https://user-images .githubusercontent.com/3429760/32387617-44c873da-c082-11e7-829c-6160b853adcb .png )
11
11
12
12
## Install
13
13
@@ -24,20 +24,20 @@ git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
24
24
25
25
### Improved colors for the highlighted bits
26
26
27
- The default colors are not the best so we recommend the following color settings as a base .
27
+ The default Git colors are not optimal. We suggest the following colors instead .
28
28
``` shell
29
29
git config --global color.ui true
30
30
31
- git config --global color.diff-highlight.oldNormal " red bold"
31
+ git config --global color.diff-highlight.oldNormal " red bold"
32
32
git config --global color.diff-highlight.oldHighlight " red bold 52"
33
- git config --global color.diff-highlight.newNormal " green bold"
33
+ git config --global color.diff-highlight.newNormal " green bold"
34
34
git config --global color.diff-highlight.newHighlight " green bold 22"
35
35
36
- git config --global color.diff.meta " 227 "
37
- git config --global color.diff.frag " magenta bold"
38
- git config --global color.diff.commit " 227 bold"
39
- git config --global color.diff.old " red bold"
40
- git config --global color.diff.new " green bold"
36
+ git config --global color.diff.meta " yellow "
37
+ git config --global color.diff.frag " magenta bold"
38
+ git config --global color.diff.commit " yellow bold"
39
+ git config --global color.diff.old " red bold"
40
+ git config --global color.diff.new " green bold"
41
41
git config --global color.diff.whitespace " red reverse"
42
42
```
43
43
@@ -73,7 +73,7 @@ git config --bool --global diff-so-fancy.useUnicodeRuler false
73
73
74
74
## Contributing
75
75
76
- Pull requests quite welcome, along with any feedback or ideas.
76
+ Pull requests are quite welcome, and should target the ` next ` branch. We are also looking for any feedback or ideas on how to make diff-so-fancy even better .
77
77
78
78
### Other documentation
79
79
0 commit comments