Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个正常的 CSS 文件。但是,当我进行更改时,在 git 中它显示好像整个文件是一行。真的很烦人,因为我不能做太多的比较或与之合并。
问题似乎出在您的编辑器中。它可能使用自动格式化,但没有引入换行或回车。在这种情况下,您应该检查您的编辑器选项以引入换行符 (\n) 或自己手动引入它们。
为了检查它,请尝试使用其他编辑器或可以显示测试原样的工具打开有问题的文件,例如,使用more或less在终端中。
more
less
You could try using gitk to view commit history and try meld to merge files