Now i resolve few conflicts, and want retain only remote state.
If i try change my option: git merge --strategy-option theirs
I have getting, error: 'merge' is not possible because you have unmerged files.
Of course, i can cancel my changes (for use command above), but then i will lose my changes.
Now, me offering run vimdiff: {local}: modified file {remote}: modified file Hit return to start merge resolution tool (vimdiff):
How i can retain only remote state. If file not exist - it easy (offer push the button).
Thanks.