Merge Conflicts
Hi,
in 05 "Version Control with Git" the lesson "Merge Conflicts" starts with creating a branch "feature/aliceconflict" in which an existing file in the git repo is modified, then the master branch is checked out and when trying to merge the branch into master a merge conflict appears.
First off it seems like committing the changes from "feature/aliceconflict" is missing from the lesson, but also even when I commit it and then try to merge the branch into master it works without a merge conflict, so I don't really get if this is a git setting or whatever else, however I just spun up a vm on GCE and used the already installed git and the only config options I set where user.name, user.email and core.editor.
Anyone had this happen to them or did I just understand the lesson wrong?
Thanks
Best Answer
-
Hi @moriluka,
I went through the exercises and you are right, it's not failing. And that's because the git merge conflict conditions are not met in this scenario. We'll check on this and make it work as expected

Regards,
Luis.0
Answers
-
It kinda seems like the lesson misses making a change to the file in another branch and merging that into master first in order for the merge from the "feature/aliceconflict" to lead to a conflict. Maybe it would be worth adding that because as it is it suggests that making a change itself (as described in the previous lesson 'Reconciliation: "git merge"') would provoke a merge conflict?
0 -
Hi @moriluka , yes, that's one way to generate a merge conflict. I fixed it with the following steps:
1.- Edited test.txt as follows in the Master branch (modified the first line only):
This is Alice's conflict X.
Committed the change.
2.- Edited test.txt as follows in the feature/aliceconflictaster branch (modified the first line only):
This is Alice's conflict AZ.
Committed the change.
3.- Went back to the Master branch and tried to merge it with feature/aliceconflictaster. It didn't work as expected with:
Auto-fusionando test.txt
CONFLICTO (contenido): Conflicto de fusión en test.txt
Fusión automática falló; arregle los conflictos y luego realice un commit con el resultado.
✘ luiseduardo@Apples-MacBook-Pro ~/Documents/Archivos importantes/IT/LF/Courses/LFS261/gittestdir master ±✚ >M< cat test.txt
<<<<<<< HEADThis is Alice's conflict X.
This is Alice's conflict AZ.
feature/aliceconflict
Alice
Alice's branch. Commit 1. Change 2.Regards,
Luis.0 -
Hi @luisviveropena,
thanks a lot. I think with your changes it will help people that would've ran into the same issue as me though in hindsight the Lab for the Lesson had a setup that worked for creating a merge conflict.
I hope I didn't make you more work than necessary based on my impatience.Thanks & Kind regards,
Mori1 -
Hi Mori, it's a pleasure! Don't worry, I had to do it anyway

Regards,
Luis.0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- 1 Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 1.4K LFS258 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 945 Programming and Development
- 310 Kernel Development
- 617 Software Development
- 977 Software
- 369 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)