Possibility to solve merge conflicts on GitLab regardless of merge conflict
<!-- This template is a great use for issues that are feature::additions or technical tasks for larger issues.--> ### Proposal <!-- Use this section to explain the feature and how it will work. It can be helpful to add technical details, design proposals, and links to related epics or issues. --> Normally, when there is a merge conflict in a merge request, the developer gets the option to either “Resolve conflicts” (using the GitLab GUI) or “Merge locally” (not using the GitLab GUI). ![image](https://gitlab.com/gitlab-org/gitlab/uploads/98f9a2824a4b2b7f188e07afcef611e4/image.png) ![image](https://gitlab.com/gitlab-org/gitlab/uploads/4081b02e6f22b604e54edea0c5bcd438/image.png) ---------------------------------------------------------------------------------------------------------- However, when there is a merge conflict in a merge request where one branch has modified a file, and the other branch has deleted the same file, only the “Merge locally” option is given. ![image](https://gitlab.com/gitlab-org/gitlab/uploads/0cc610be9c36bfad3c87aed9270c6c4e/image.png) ![image](https://gitlab.com/gitlab-org/gitlab/uploads/989f9a70dbcae572107933639a56299a/image.png) The purpose of this request to GitLab is to the GUI to allow “Resolve conflicts” in all cases including when one branch has modified a file and the other branch has deleted the same file. <!-- Consider adding related issues and epics to this issue. You can also reference the Feature Proposal Template (https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/issue_templates/Feature%20proposal%20-%20detailed.md) for additional details to consider adding to this issue. Additionally, as a data oriented organization, when your feature exits planning breakdown, consider adding the `What does success look like, and how can we measure that?` section. --> <!-- Label reminders Use the following resources to find the appropriate labels: - https://gitlab.com/gitlab-org/gitlab/-/labels - https://about.gitlab.com/handbook/product/categories/features/ --> <!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION --> *This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.* <!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION -->
issue