In short, i forked a repo, then created a branch from master, did some coding, pushed branch to origin, created a PR, the PR cannot be merged as it contains conflicts [guessing due to the work of other people]
<<<<<<<
code on master
======
my code
>>>>>>>
I then checked out master, did a pull, checked out my branch, merged master into it, resolved the conflicts, made a commit, pushed the commit, the PR updated with the new commit, the same file still has a conflict like this bellow
<<<<<<<
======
my code
>>>>>>>
Nothing i've tried seems to work, any ideas? Also, what would be the correct way of solving this from the start?