1
I downloaded a project from Github, then made some changes, another colleague of mine did the same thing with a single difference, he committed and updated the repository on Github. I needed to create a branch and merge and then I made a git pull origin master
STS showed me some incoherences, and it is possible to make comparisons of my changes to the code coming from the repository as you can see below.
Please, I would like to know if there is any resource in STS to be able to merge the two codes?
is using which git plugin? Egit?
– Adriano Gomes
Please , how will I use this to merge the two codes?
– wladyband
In my experience working with git, when it merges and can’t resolve conflicts automatically, you should go "selecting" the chunk of valid code.
– Adriano Gomes