Resolve Conflicts in Code on the Web during a GitLab MR


      This file only relates to  GitLab.
    

The following guide shows you how to resolve conflicts directly from the Merge Request if found

  1. Click the "Resolve Conflicts" button if it appears during a MR
    Conflict Resolution Merge Request #1
  2. GitLab will show you the files that are currently conflicting. From there you have 2 modes you can use:
  3. After resolving the conflict using either of the modes, enter your Commit Message for the conflict resolution and click "Commit"
    Conflict Resolution Merge Request #2
  4. Ensure that your conflict has been resolved (Button shows "Merge" or "Merge when pipeline succeeds")
    Conflict Resolution Merge Request #3
Demo Video
The following is a video on how this is being done. Read the how-to guide before watching the video for actual steps to do it