git - Why does the color displayed when I pull down other people's code change when I pull?
淡淡烟草味
淡淡烟草味 2017-05-02 09:32:53
0
4
1962

Why is the color displayed when I pull someone else’s code changed when I pull it?

This happens after git status, what should I do?

淡淡烟草味
淡淡烟草味

reply all(4)
给我你的怀抱

Have you modified something locally and then committed it but not pushed it

仅有的幸福

There should be several file conflicts below. After resolving the conflicting files, add them and commit them together. Record that this is a merge operation.

phpcn_u1582

This has no impact, because you also have local file modifications, plus your previous pull, pulling other people's files and merging them into your code, it is considered your submission, but I am also curious about the specific reason for this. , I haven’t studied it in depth, but it has no impact on the code

阿神

Possible situation: You have your own modifications locally, and using git add && there is no conflict between the content you pull and your local modifications.

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