gitattributes
跳转到导航
跳转到搜索
位置
项目下的 .gitattributes 文件。
文本与二进制
如将 table 文件设为文本文件(此处可以使用通配符):
table text [attr]text diff merge -crlf
参见
外部链接
- gitattributes的man文档
- Stack Overflow: Can I make git recognize a UTF-16 file as text?
项目下的 .gitattributes 文件。
如将 table 文件设为文本文件(此处可以使用通配符):
table text [attr]text diff merge -crlf