码迷,mamicode.com
首页 > 其他好文 > 详细

git如何支持doc文档

时间:2019-08-20 20:19:32      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:stand   har   col   http   一个   本质   visual   ati   com   

这个问题很容易解决,只要添加一个 .gitattributes

内容如下:

/////////////////////////////////////////////////////////////////////////

# Auto detect text files and perform LF normalization

* text=auto

 

# Custom for Visual Studio

*.cs     diff=csharp

*.sln    merge=union

*.csproj merge=union

*.vbproj merge=union

*.fsproj merge=union

*.dbproj merge=union

 

# Standard to msysgit

*.doc diff=astextplain

*.DOC diff=astextplain

*.docx diff=astextplain

*.DOCX diff=astextplain

*.dot  diff=astextplain

*.DOT  diff=astextplain

*.pdf  diff=astextplain

*.PDF diff=astextplain

*.rtf diff=astextplain

*.RTF diff=astextplain

////////////////////////////////////////////////////////////////

git 完全支持 docx 文件的差异对比,因为 git 内部也是使用了 zlib,docx 本质上是 zip 文件,比较差异还是很容易的。

 

http://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes 

git如何支持doc文档

标签:stand   har   col   http   一个   本质   visual   ati   com   

原文地址:https://www.cnblogs.com/saryli/p/11385231.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!