“Git Clone Branch” Respostas de código

Git Clone Branch

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

clone git de ramo específico

git clone -b branchName repoUrl
Snippets

Github Clone Branch

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

Como faço para clonar um ramo específico no git

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

ramo específico do clone git

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

# eg
git clone -b opencv-2.4 --single-branch https://github.com/Itseez/opencv.git
crêpper

Filial do clone em Git

git clone -b <branchname> --single-branch <remote-repo-url>

Respostas semelhantes a “Git Clone Branch”

Perguntas semelhantes a “Git Clone Branch”

Mais respostas relacionadas para “Git Clone Branch” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código