Diff Word docx files in Sourcetree on Windows 7
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have been trying to get a text diff of Word .docx files working in Sourcetree on Windows 7. I have followed the instructions here Using Microsoft Word with git to use Pandoc and can get it working from the command line. Unfortunately I can't get that diff to appear in Sourcetree. Is there something else I need to do to get this to work? Here's my .gitattributes file that I've put in the root of my project: # Add diff of docx files. *.docx diff=word Here's my .git\config file: [core] repositoryformatversion = 0 filemode = false bare = false