“Gałka Git Clone” Kod odpowiedzi

Gałka Git Clone

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

Klon git z określonej gałęzi

git clone -b branchName repoUrl
Snippets

github gałąź klonów

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

Jak sklonować określoną gałąź w Git

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

gałka gumowa specyficzna dla klonu 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

gałąź klonów w Git

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

Odpowiedzi podobne do “Gałka Git Clone”

Pytania podobne do “Gałka Git Clone”

Więcej pokrewnych odpowiedzi na “Gałka Git Clone” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu