Resolving Git Merge Conflicts: The Easy Way

Описание к видео Resolving Git Merge Conflicts: The Easy Way

When you work in a team, you may come across a situation when somebody pushes changes to a file you are currently working on. If these changes do not overlap (that is, changes were made to different lines of code), the conflicting files are merged automatically. However, if the same lines were affected, Git cannot randomly pick one side over the other, and asks you to resolve the conflict.
Check out our video and learn how to use the IDE's fully-featured editor, including autocomplete, to quickly and efficiently resolve conflicts in your code.

#Git #JetBrains #Programming

Комментарии

Информация по комментариям в разработке