I downloaded a project from GitHub, then made a change, another colleague of mine did the same thing with a single difference, he did a commit and updated the repository in GitHub. I needed to create a Branch and make a merge and then I made a git pull origin master
STS showed me some incoexistences, and it is possible to make comparisons of my changes with the code coming from the repository as you can see below.
Please, I would like to know if there is any feature in STS to be able to merge the two codes?