Git Tutorial with Python p.4 – Working with Branches

preview_player
Показать описание
In this video series we are going to cover the basics of Git. And in this video, we will how see three different types of merges while using branches, namely a fast-forward merge, a three-way merge without merge conflict and a three-way merge with merge conflict. We will then also see how to resolve the merge conflict.

Links:
Рекомендации по теме
Комментарии
Автор

At 1:06 I meant to say “pointing at dev” not “pointing at master” and at 5:33 I meant to say “command” not “commit”.

SebastianMantey