。 gitattributes无法正常工作

时间:2012-09-01 09:09:49

标签: xcode git gitattributes

我的.gitattributes有以下内容以区分 XCode 项目(纯文本)

*.pbxproj -crlf -diff -merge

但是当我差异时,仍然显示二进制文件

# git diff MyApp.xcodeproj/project.pbxproj
diff --git a/MyApp.xcodeproj/project.pbxproj b/MyApp.xcodeproj/project.pbxproj
index xxx..xxx xxx
Binary files a/MyApp.xcodeproj/project.pbxproj and b/MyApp.xcodeproj/project.pbxproj differ

我的.gitattributes.git文件夹

处于同一级别

1 个答案:

答案 0 :(得分:0)

正确。您的.gitattributes表示在进行差异和合并时将文件视为二进制文件。看看这个StackOverflow问题,它与你的问题非常相似:Git and pbxproj