Git Merge Explained

preview_player
Показать описание
Ever wonder how the git merge command works?

Ever wonder what happens to the files in the various branches after a git merge occurs.

This animated Git merge example might surprise you, as it explains exactly what happens when you merge master and dev branches together.
Рекомендации по теме
Комментарии
Автор

Thanks for putting my book in the background! I learned a lot doing this git merge command animation.

scrumtuous
Автор

The latter nuance you covered is great. Please cover how intra-file merges work. Like if I change the same file in two branches, how does the merge work? When are conflicts possible in this case? This is what most newer devs do not understand. The merge conflict of fraught with danger because they don’t understand the fundamental merge mechanics for intra file merges.

keksehexe