Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 294 Bytes

File metadata and controls

20 lines (15 loc) · 294 Bytes

Работа с ветками

Создание ветки:

git branch feature

Переключение:

git checkout feature

Создать и сразу переключиться:

git checkout -b dev

👉 Далее: Слияние