#Git

Опубликовано: 15 Июнь 2026
на канале: Helen's Hash
37,612
103

Thanks everyone who follow this video. This is the first time I do the video like that, i think it is a little bit hard to understand. I made another one, you can follow this link,
   • #Git #SourceTree | How to create new branc...  
This link is same content with above video, but I try to present in better way.
i hope this help

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.