Question: Problem Statement Hooli Co. hasput Harry and Kane to implement a new set of features in their feature software. Both started working separately, making their
Problem Statement
Hooli Co. hasput Harry and Kane to implement a new set of features in their feature software. Both started working separately, making their own copies of the same source code. Now, it has become difficult for them to track the changes theyve made in the original code,and they are finding it difficult to merge their code together
.Action Items
Create two separate branches from master
Make changes in the same function of the source code in both the branches
Merge branch1 into the master
Try and merge branch2 into themaster(merge conflict should arise)
Install a merge tool of your choice and resolve the merge conflict usinggit mergetool command
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
