“Git -Klonspezifischer Zweig” Code-Antworten

Klonspezifischer Zweig

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

Klonspezifischer Zweig

In general:

git clone -b <branch> <remote_repo>

Example:

git clone -b develop [email protected]:user/myproject.git
Alert Addax

Klon aus einem bestimmten Zweig klonen

git clone -b <branchName> <remote_repo_url>
ekoloni

Git -Klon aus einem bestimmten Zweig

git clone -b branchName repoUrl
Snippets

Klonprojekt aus einer bestimmten Niederlassung

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

Git -Klonspezifischer Zweig

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

Ähnliche Antworten wie “Git -Klonspezifischer Zweig”

Fragen ähnlich wie “Git -Klonspezifischer Zweig”

Weitere verwandte Antworten zu “Git -Klonspezifischer Zweig” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen