Skip to content

Latest commit

 

History

History
executable file
·
9 lines (7 loc) · 282 Bytes

Get-new-remote-branch.md

File metadata and controls

executable file
·
9 lines (7 loc) · 282 Bytes

Ситуация:

Стянуть новую ветку, которая уже есть в remote репозитории, но нет в локальном. test - название ветки

Решение:

git checkout -b test origin/test