Git Tutorial 6: Branches (Create, Merge, Delete a branch)

preview_player
Показать описание
In this tutorial, I'll cover a very powerful feature of git called branch. I will show you how you can manage alternate versions of your code by creating separate branches, how to merge branches and delete them. Here is the list of topics covered in this git tutorial,
1) how to create a new branch in git
2) merging a branch
3) deleting a branch from local as well as remote

Next Video:

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

OMG this was the best Git explanation I've ever seen! Congratulations and keep up the great work!

sandgaara
Автор

You explain things so well!! You know exactly which super easy example to use to parallel what git is doing. My teacher has been saying concurrent development all semester and I was unsure about what it meant when the whole time he could have just done this lol.

carinachen
Автор

This is a very clear git tutorial so far I saw on YouTube. Thank you!!

minfengxie
Автор

Thanks for teaching me about these git commands!

kamoroso
Автор

One thing to tell is, your teaching technique is great

parthapaul
Автор

You are a very good teacher, you put yourself in the viewers place. Very well done. Good luck.

sabeenayasmin
Автор

I was really lost and then I found ur explanation... A MILLION ❤️

LoloLolo-vvpv
Автор

Man, i completely understood your explanations, provided in the vide !
Thank you from the bottom of my heart.

bruzok
Автор

Most recommended tutorial for learning Git so far! Thank you!

archiejeffersonem
Автор

Explained clearly. Purely practical. Just awsome video!!!

brothersumitkumar
Автор

The explanation was super great. Thanks for the clear explanation.

ShivamPatel-ldxr
Автор

Thank you bro, that was so cool, really one of the best Git explanation I've ever seen, luv u all)

shakhzodkamolov
Автор

Hey, this was really helpful and the example program was easy to follow. Thanks so much for uploading!

gideonbuckwalter
Автор

Just discovered you. Your channel is so straightforward and, as a result, amazing!

belliott
Автор

Always love these to the point tutorials

bhavukgarg
Автор

Thank you for the explanation, you're adept at unraveling mysteries!

ashaoluayanfe
Автор

Very well explained branching flow.
Thank you very much for the owesom video.

RajuYadav-wszy
Автор

Clean and concise, keep posted. I really appreciate your work. Thanks for the effort.

pavankkk
Автор

Thanks for teaching me about these git commands.Thanks for the clear explanation.

amandubey
Автор

if you want to delete remote branch --- git push <remote-name> --delete <branch-name>
Usually, <remote-name> is 'origin'

bakhtiyor_sulaymonov