git合并的时候合并成功但是之后文件中出现了冲突标记
ringa_lee
ringa_lee 2017-05-02 09:22:15
0
2
587

我在和同学一起开发的时候由于共同修改了一个文件,两人pull之后合并均未出现问题,但是文件中其实已经出现了
> 49e2410
这样的冲突标记。这是怎么回事呢?
我刚在他那里修改好了提交到服务器上,我来我这边pull又出现了同样的问题。

ringa_lee
ringa_lee

ringa_lee

reply all(2)
仅有的幸福
  • Use git pull with caution, it is safer to fetch first and then merge.

大家讲道理

Git helps you merge quickly. If the quick merge is not successful. If you don't deal with the merge head in the code, you won't be able to push.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template