Last Updated: February 25, 2016
·
1.729K
· oshalakhin

git diff MS Word

If you read Pro Git book you could find it is possible to diff MS Word.

Put this to .gitattributes file in your repo

*.doc diff=word

Then write

git config diff.word.textconv strings

You can read more Pro Git book Chapter 7