gitattributes

来自百合仙子's Wiki
跳转到导航 跳转到搜索

位置

项目下的 .gitattributes 文件。

文本与二进制

如将 table 文件设为文本文件(此处可以使用通配符):

table text
[attr]text diff merge -crlf

参见

外部链接