Module 3 - Git and Jenkins - Assignment 1
Module 3 - Git and Jenkins - Assignment 1
Hooli Co. has put Harry and Kane to implement a new set of features in their feature
software. Both started working separately, making their copies of the same source
code. Now, it has become difficult for them to track the changes they’ve made in the
original code, and they are finding it difficult to merge their code.
Action Items
2) Make changes in the same function of the source code in both branches.
5) Install a merge tool of your choice and resolve the merge conflict using the
git mergetool command.
- git mergetool
- Make necessary changes and save the file.
- Complete the merge.
- Commit the changes
- git merge --continue
- git push origin main
-
- You can check the Git repo here:
“https://github.com/DarbhaPreetham/Sample_Project_1”.