How to Resolve Merge Conflicts in GitLab
Here's how to do it:
- Log in to your GitLab account and navigate and select "Merge requests."
- As you can see in this merge request there are conflicts. Click on "Resolve this conflicts."
- Select "Use ours" or "Use theirs," depending on which version you want to keep for resolving the merge conflict.
- Click "Commit to source branch."
- Review the other fields as needed. When ready, click "Merge" to complete the merge request.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it