Загрузка страницы

branching in git | vcs -15

• Branching concept
• reasons for branching:
1.used for code separation
2.project development flow
• to see current branch : git branch
• to see all branches: git branch -a
• to see remote branches : git branch -r

NOTE : new branches inherits the parent branch source code and commits

• to create new branch : git branch newbranchname
• to change a branch : git checkout branchname
• to create and change branch at once:
git cheackout -b bname

Видео branching in git | vcs -15 канала Bizmorphic Research
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
27 июня 2018 г. 12:29:33
00:30:34
Яндекс.Метрика