I've been working on a project with another developer and he recently committed and pushed a file that was conflicted and unresolved.
Furthermore, he merged this file to our main branch. Today I, after numerous commits, pushes, and merges, noticed when I was trying to take a build.
I used soft reset to get back to its branch but I cannot get the file to be marked as conflicted.
Is there any way?
Note: Mind that this file is something like docx, which can only be opened and edited in a specific editor. I cannot open it in Notepad++ and manually resolve the conflict and commit back.