DevFixes
LabsGit LabIntermediate
Git Lab / Challenge 01

The merge conflict in the release branch

Resolve the conflict, preserve both intended changes, and verify the merge.

15 min/Git / conflict markers / verification
Observe
Investigate
Fix
Verify
Reflect
src/config.js/diff
01020304050607
Terminal0 runs
Auto-merging src/config.js
CONFLICT (content): Merge conflict in src/config.js
Automatic merge failed; fix conflicts and then commit the result.

Git is waiting for conflict markers to be removed.
$