Search code examples
gitconflictwebmatrix

How can I resolve GIT conflicts in Webmatrix 3?


I'm using Webmatrix3 and GIT on a project with another developer. Now we have a conflict on a file. I've resolved it, but I can't find a command in Webmatrix GUI to let GIT accept my resolved version of the file.


Solution

  • Resolving a conflict means:

    • modifying a file
    • add, commit (local)
    • push to remote

    That means (from "How to use Git in WebMatrix"):

    • once you have resolved the conflict, you need to add and commit with Webmatrix3: http://webblogheart.blob.core.windows.net/files/clip_image002_thumb_18.png

    • Then push: http://webblogheart.blob.core.windows.net/files/clip_image009_thumb_13.png