

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Conflicting Changes
incomplete
2: Merge Conflicts
incomplete
3: Merge
incomplete
4: Edit the File
incomplete
5: Resolution
incomplete
6: Conflict Quiz
incomplete
7: Back to Main
incomplete
8: Back to Main
incomplete
9: Ours and Theirs
incomplete
10: Multi-conflict
incomplete
11: Checkout Conflict
incomplete
12: No Merge Commits
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
In a merge conflict:
# you're on the "ours" branch, the "theirs" branch is "their_branch"
git merge their_branch
Last time, we manually edited the conflicting files. This time, let's use Git's built-in merge resolution tools. It makes use of the terms "ours" and "theirs" to refer to the branches being merged.
You should currently be on the add_customers branch with this commit history:
A - B - D main
\ \
C - E add_customers
main.Run and submit the CLI tests.