Resolving Git Merge Conflicts: The Easy Way

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Since I use your products for 4+ years now I already know how awesome your GIT/VCS tools are. Even with terminal aliases for git commands that I have created, there is nothing which speeds up my productivity so much like your tools ❤️ moreover it is just so comfortable to use them. Clearly underrated

Darkray
Автор

I've been using this feature for 3 years now. Great time-saver! 🎉

jamilxt
Автор

It would be awesome if JetBrains made a separate powerful GUI git tool with diff and merge abilities that anyone could use alongside any IDE that they use. Pretty Please!

_marlon
Автор

Is this feature available on the community edition as well ?

timtimo