Git क्लोन शाखा

कोड उदाहरण

5
0

git क्लोन शाखा

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

git क्लोन से विशिष्ट शाखा

git clone -b branchName repoUrl
3
0

मैं गिट में एक विशिष्ट शाखा क्लोन कैसे करूं

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
1
0

git क्लोन विशिष्ट शाखा केवल

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

विशिष्ट शाखा git क्लोन

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
..................................................................................................................