Git klon Dalı

Kod örnekleri

5
0

git klon Dalı

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

belirli bir daldan git klonu

git clone -b branchName repoUrl
3
0

git'te belirli bir dalı nasıl klonlayabilirim

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

git belirli bir dalı klonla

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 yalnızca belirli bir dalı klonla

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

belirli şube klonu git

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

Diğer dillerde

Bu sayfa diğer dillerde

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