Problem is, i have a file on server branch release who has some conflict (<<<<<<<<<<<<<< ...... ) present on file on my server (repo local) but not on git ( repo distant ). And i don't want to modify it directly on server. I want he take the file on github and put it on the server without conflict and properly.
I try : 1/ git checkout src/Controller/FileName.php ( but it take the file with the merge conflict comment )
And others reset, merge, .... but i don't find the good way to resolve my problem.
I just want he take the file on github ( repo distant ) and put it on server ( without the merge conflict )
Someone have an idea to resolve it ?