Git — Hard
Key points
- `ours` ignores changes from the other branch entirely
- `recursive -X ours` resolves conflicts by favoring the current branch
- `ours` and `recursive -X ours` have different approaches to merging conflicting changes
Ready to go further?
Related questions
