#Git #SourceTree | How to create new branch, merge code and resolve conflict between branches

preview_player
Показать описание
When you want to start a new feature, you create a branch with git branch, then check it out with git checkout. You can work on multiple features in a single repository by switching between them with git checkout.

00:00 Intro
00:34 How to create a new branch ?
02:02 How to switch to another branch ?
02:50 How to merge changes from a branch ?
04:04 How to resolve conflict when merge from a branch to another branch ?

Please refer to video for basic git command line:
Рекомендации по теме
Комментарии
Автор

Thanks for the the video I needed! It's pretty simple if you just right click on the branch you want to checkout under the "Branches" area in the left sidebar.

TheSoulCrisis
Автор

Thanks for making the vid, I had forgotten how to merge branches. At least, I needed to confirm I wasn't about to make a colossal mistake.

destroyonload
Автор

tThank you for your detailed explanation

AlAmin-kpnf
Автор

Thanks for this video. I will try this on my machine now.

hemang
Автор

Please refer to video for basic git command line

helencode
Автор

when I switch back to my main local branch, I get this error saying " Out of memory, realloc failed" . Any help with this please?

sherifmedhat