Git récupère le code de la branche

Exemples de code

3
0

branche de commutation git

git switch branch_name

git checkout branch_name 
1
0

comment vérifier dans quel brach nous sommes dans git

git branch -a # it will show an astrick * like *master
git branch --show-current # source == git remote --help
1
0

branche spécifique au clone git uniquement

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

comment git cloner une branche github

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

Dans d'autres langues

Cette page est dans d'autres langues

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