Skip to content
Snippets Groups Projects
Commit 20d13ea9 authored by Daniel Duarte's avatar Daniel Duarte
Browse files

create conflictPres2

parent f0071fd1
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,6 @@ ...@@ -4,4 +4,6 @@
* 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
\ No newline at end of file
# Practical: Conflict resolution using kdiff3
* 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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment