Note on side-by-side diffs

pull/25/head
Wilfred Hughes 2019-11-18 14:14:34 +07:00
parent 1a8c5c7079
commit e98fad122f
1 changed files with 6 additions and 0 deletions

@ -90,3 +90,9 @@ of the patience algorithm](https://github.com/git/git/commit/85551232b56e763ecfc
# Inferior to patience on this example file.
$ git diff --histogram --no-index sample_files/css_before.css sample_files/css_after.css
```
### Side-by-side Diff
```
$ diff -y --color=always sample_files/css_before.css sample_files/css_after.css
```