Merge two branches of your project. You can view details of the files that will be affected, see if there are any conflicts and resolve these conflicts manually.
into
{{day.events.length}} event{{day.events.length > 1 ? 's' : ''}} on {{day.date | date}}
  • {{event.type | typeToName}} - {{event.author}} - {{event.creationDate | friendlyTimeDeltaShort}}
    {{event.message}}
{{mergeRequestInfo.diff.changedFiles}} changed files - {{mergeRequestInfo.diff.addedLines}} additions - {{mergeRequestInfo.diff.removedLines}} deletions
{{nbConflictingFiles}} / {{editableFiles.length}} file{{nbConflictingFiles > 1 ? 's' : ''}} in conflict
  • {{file.filename}}
    {{file.nbConflicts | pluralize:'conflict':'conflicts'}}
    {{file.state}}
    {{file.filepath}}