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.
合并分支后,我遇到了很多这样的冲突:
<<<<<<< .working return $sql; ======= return $sql; >>>>>>> .merge-right.r37555
...我看不到真正的差异。为什么SVN给我这些?
检查你的空格和行尾。(制表符与空格,CRLF 与 LF)
你可以用 vim 做到这一点,:se list用于显示所有字符。:se nolist再次将其关闭。
:se list
:se nolist