问题:这是真正的Code Difference&在我的github提交中显示@@ -1,202 +1,251 @@
,因为此文件已被完全替换。我希望看到代码中的差异,如下图中的github。
系统信息:我正在使用sublime text 2&amp ;;在Windows 8.1中编辑我的代码。在Windows 7中使用phpdesigner 7
解决方案,我在提交之前尝试过:
* text=auto
dos2unix
& unix2dos
命令我的.gitattribute:
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# 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
感谢。
答案 0 :(得分:0)
问题是已解决。
我做错了什么
unix2dos
。<强>解决方案强>
find . -type f -exec unix2dos {} \;
这会自动将所有文件更改为crlf / windows格式TADA,所有人都应该这样做