Comando git branch

Ejemplos de código

16
0

lista de ramas en git

git branch -a
9
0

crear rama en git

# Create New Branch And Switch To It
$ git checkout -b myBranchName
8
0

rama git

git checkout -b <new-branch-name> # create a new branch
git switch <branch-name> # Switch branch
3
0

comando git branch

git branch <branchname> 
(or)
git checkout -b <branchname>
0
0

git crear rama

$ git checkout -b iss53
Switched to a new branch "iss53"
-2
0

cómo cambiar de rama en git

git checkout [branch name]

En otros idiomas

Esta página está en otros idiomas

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