“клон ветвь git” Ответ

Специфическая ветвь клона

git clone --single-branch --branch <branchname> <remote-repo>
Concerned Crane

Специфическая ветвь клона

In general:

git clone -b <branch> <remote_repo>

Example:

git clone -b develop git@github.com:user/myproject.git
Alert Addax

git клон из конкретной ветви

git clone -b branchName repoUrl
Snippets

Github Clone Branch

git clone -b <branchname> <remote-repo-url>
Calm Camel

Как клонировать конкретную ветвь в git

git clone -b <your_branchname> <your_git-remote-repo>
Shy Skipper

клон ветвь git

git clone <repository_url>
git branch -a
git checkout <branch_name>
Inquisitive Ibis

Ответы похожие на “клон ветвь git”

Вопросы похожие на “клон ветвь git”

Больше похожих ответов на “клон ветвь git” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования