File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
book/08-customizing-git/sections Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ You can also use the Git attributes functionality to effectively diff binary fil
37
37
You do this by telling Git how to convert your binary data to a text format that can be compared via the normal diff.
38
38
39
39
First, you'll use this technique to solve one of the most annoying problems known to humanity: version-controlling Microsoft Word documents.
40
- Everyone knows that Word is the most horrific editor around, but oddly, everyone still uses it.
41
40
If you want to version-control Word documents, you can stick them in a Git repository and commit every once in a while; but what good does that do?
42
41
If you run `git diff` normally, you only see something like this:
43
42
You can’t perform that action at this time.
0 commit comments