Git Branches Tutorial

preview_player
Показать описание
Branches are one of Git's most important concepts. And to master Git, it's essential to have a thorough understanding of how branches work. In this course, we'll look at the many actions you can perform around branches - from creating and deleting them all the way to publishing, renaming, and comparing them.

Note: This course focuses on using Git with the command line. You do NOT need Tower or any other GUI software to follow along.

⭐️ Course Contents ⭐️
⌨️ (00:00) Introduction
⌨️ (00:46) Hosted by Tower
⌨️ (01:27) Branches as a core concept in Git
⌨️ (01:51) Core concepts: the HEAD branch
⌨️ (02:25) Core concepts: local vs. remote branches
⌨️ (03:04) Creating new branches
⌨️ (05:21) Switching branches
⌨️ (07:26) Renaming branches
⌨️ (10:29) Publishing branches
⌨️ (12:10) Tracking branches
⌨️ (17:25) Pulling + pushing branches
⌨️ (20:22) Deleting branches
⌨️ (24:15) Merging branches
⌨️ (26:52) Rebasing branches
⌨️ (30:20) Comparing branches

--

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 Treehouse

--

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

(30:20) Comparing branches
Just a short note: if you use _three_ dots instead of two you'll see _all_ the differences in commits between branches, so not only commits that are in the second branch compared to the first but vice versa as well.
Excellent intro to branches, very concise.

eelbo
Автор

Needed a git tutorial so bad! Thank you for all your effort and helping the comunity! Great job :)

carlosdm
Автор

Yes! I was waiting for this! Thanks!

I am slowly falling in love with GIT <3

sebiporini
Автор

I live for you Intro Guy. FCC you are my ROCK!

aethelbread
Автор

Yours videos are really amazing and helpful. Huge respect

ritheshverma
Автор

It is really easy to understand with clear and straightforward examples.
Thanks for your great effort! 😁

ugfwwkc
Автор

Extremely practical.
Thank you for making this.

mattgraves
Автор

Thank 🤓💜, the integration of the branches was clearer, I had confusion with the commands. Excellent 👾

paulaabad
Автор

I've learnt so much in this channel, I think I should tell my mother to bring you some goat milk :)) (we're nomads, it's costumery to give goats and goat products as gifts.)

ossahmadrezaazimikohnabi
Автор

Great Tutorial - just the level of abstraction I needed on the subject. Very pedagigical explanations...

burkhartwolff
Автор

Great explanation! It refreshs my memory like a breeze!

rafapioli
Автор

Very comprehensive guide. An excellent teacher

dmitriilobanov
Автор

God bless u! I was having so much trouble figuring things out without your video! Thanks so so much!

amyjackson
Автор

4:59 - Sorry if I lost something, but you can create as many branches you want on your remote repository, like Github, Bitbucket, Gitea, etc.

JLDRPT
Автор

Thankyou. It is such a helpfull tutorial to undestand git branches. Now also want to watch your git tutorial as well.

ManojKumar-jbsc
Автор

this s extremely awesome video about branching
god bless you Mr with clear voice and explanation

AlexBurov-wkmy
Автор

Thank you for this very informative video and I will start using git switch to switch between branches too 👍!

uc
Автор

Thanks very short and straight forward tutorial

matovumatthew
Автор

Use this command "because I'm more comfortable with it". Thanks for the explanation.

iitdqtd
Автор

Tip: if you go to a terminal or shell and type git help, it will show you git commands and what their functions are.

thecrownofnoah