* Meanwhile a coworker changed that Micheal file in the develop branch
* Meanwhile a coworker changed that Micheal file in the develop branch
* If you try to push your changes to that file into develop, you'll encounter a merge conflict, the system cannot know which change is now the one to keep.
* If you try to push your changes to that file into develop, you'll encounter a merge conflict, the system cannot know which change is now the one to keep.
\ No newline at end of file
* Usually done using `git diff` in bigger project this method quickly loses oversight
* When prompted with the merge conflict, open kdiff3 to check the affected files
* Selecting A will keep the changes of the target branch, while B will keep your changes. Selecting A and B will combine both changes to the merged file.
* We are only interested in your changes, so select B and save