git如何支持doc文档

Posted saryli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git如何支持doc文档相关的知识,希望对你有一定的参考价值。

这个问题很容易解决,只要添加一个 .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文档的主要内容,如果未能解决你的问题,请参考以下文章

如何使用pycharm的外部文档docs.python.org功能跳转到中文站点

用MyEclipse生成doc文档的问题

Git changelog:如何将所有更改都添加到特定标记?

如何在运行 Azure 管道时使用标记在提交时获取 git 分支?

git add 不必要的文件 如何撤回

如何将CAJ文档转化为doc文档