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

I ran into a merge conflict. How do I abort the merge?

Since your pull was unsuccessful then HEAD (not HEAD^) is the last “valid” commit on your branch: git reset –hard HEAD The other piece you want is to let their changes over-ride your changes. Older versions of git allowed you to use the “theirs” merge strategy: git pull –strategy=theirs remote_branch But this has since been … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)