#Git

Опубликовано: 18 Февраль 2026
на канале: Helen's Hash
64,740
419

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:
   • #git #commandline  | How to clone, commit,...