힘내 클론 분기

코드 예제

5
0

힘내 클론 분기

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

특정 지점에서 git 클론

git clone -b branchName repoUrl
3
0

git 에서 특정 분기를 복제하려면 어떻게해야합니까

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

자식 복제 특정 분기

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

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

자식 복제 특정 분기 만

git clone -b mybranch --single-branch git://sub.domain.com/repo.git
0
0

특정 분기 복제 자식

git clone -b <branch> <remote_repo>
git clone -b my-branch [email protected]:user/myproject.git

다른 언어로

이 페이지는 다른 언어로되어 있습니다

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