Git conflict markers [duplicate]
The line (or lines) between the lines beginning <<<<<<< and ====== here: <<<<<<< HEAD:file.txt Hello world ======= … is what you already had locally – you can tell because HEAD points to your current branch or commit. The line (or lines) between the lines beginning ======= and >>>>>>>: ======= Goodbye >>>>>>> 77976da35a11db4580b80ae27e8d65caf5208086:file.txt … is what … Read more