โคลนแบรนซ์ git

รหัสตัวอย่าง

16
0

โคลนเฉพาะสาขา

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

โคลนเฉพาะสาขา

In general:

git clone -b <branch> <remote_repo>

Example:

git clone -b develop [email protected]:user/myproject.git
4
0

git โคลนอกจากเฉพาะสาขา

git clone -b branchName repoUrl
3
0

ยังไงฉันโคลนมีเหยื่อที่เป็นแบรนซ์อยู่ใน git

git clone -b <your_branchname> <your_git-remote-repo>
2
0

git โคลนเฉพาะสาขา

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

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

โคลนแบรนซ์ git

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

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................