In a project with multiple contributors, two developers have made different changes to the same file. What Git feature will help resolve this when merging?

  • Cherry-pick
  • Merge Conflict Resolution
  • Stash
  • Bisect
When there are conflicting changes in the same file, Git's merge conflict resolution feature helps developers manually resolve conflicts and merge the changes successfully.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *