blob: 0fc0e719232628f06eeda9e71ff6e33a961dcb87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
{ type: install
message: <<EOM
In order to configure git to use diff-so-fancy automatically, you can run:
$ git config --global core.pager "diff-so-fancy | less -R"
diff-so-fancy can also be used with diff(1) directly as well as tools like
hg(1).
See %%DOCSDIR%%/README.md for more information.
EOM
}
]
|