【发布时间】:2014-01-14 03:08:53
【问题描述】:
在处理this repository 时,以下语句(用<!-- ?? --> 注释)被添加到commit 中,而我们并不知情,也没有任何可见的行动。它们似乎是两个提交的HEAD 和SHA-1。
+<<<<<<< HEAD <!-- ?? -->
17 17
<!--<texture>icon-video-sml.png</texture>-->
18 18 ...
33 33
<visible>Container.Content(musicvideos)</visible>
34
+======= <!-- ?? -->
35
+ <texture>icon-video-sml.png</texture>
36
+>>>>>>> 987433c381cd8b8b459c569712c282f94dd430db <!-- ?? -->
34 37
</control>
...
37 42
<posy>35</posy> <!--to display info abt the folder in the videos window at the top right corner-->
59
+<<<<<<< HEAD <!-- ?? -->
54 60
<visible>Skin.HasSetting(homemenu-horizontal) | [!Skin.HasSetting(homemenu-vertical) + !Skin.HasSetting(homemenu-horizontal)]</visible>
55 61
<posy>13</posy> <!--prints "(no of files)"-->
62
+======= <!-- ?? -->
63
+ <posy>13</posy>
64
+>>>>>>> 987433c381cd8b8b459c569712c282f94dd430db <!-- ?? -->
56 65
截图:
除此之外,即使在纠正了问题 (removing these lines) 之后,我们的代码库也开始出现错误(显然)。
那么,这个额外的文本是什么?它从哪里来的?我们应该怎么做?
【问题讨论】:
标签: git github git-commit