GitLab merge behavior - keep file from branch
问题 Is it possible to default to one branche's version of a file when doing merge requests in GitLab Web Interface? I'm trying to set up the GitLab Web Interface, so that you can use the graphical interface to do merge requests. In these merge requests, certain files on the target branch must not be subject to any changes. Most often, I'm working on web projects with a config.php, and here we can see how it's possible to not overwrite the config in branch 'prod' with anything (ie from 'dev')