Git conflict markers [duplicate]
问题 This question already has answers here : Git merge left HEAD marks in my files (5 answers) Closed 6 years ago . After I pulled from remote branch, I got conflict, when I open the file it looks something like below: <<<<<<< HEAD:file.txt Hello world ======= Goodbye >>>>>>> 77976da35a11db4580b80ae27e8d65caf5208086:file.txt I need some explanations of the markers, which portion of code is pulled from remote and which is from local? What does the code 77976da35a11db4580b80ae27e8d65caf5208086