我的.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
文件夹
答案 0 :(得分:0)
正确。您的.gitattributes
表示在进行差异和合并时将文件视为二进制文件。看看这个StackOverflow问题,它与你的问题非常相似:Git and pbxproj