Git get rama actual

Ejemplos de código

22
0

cómo ver todas las ramas en git

git branch -a
9
0

cómo obtener la rama git actual

git branch --show-current
2
0

git get rama actual

git branch
2
0

obtener el nombre actual de la rama git

git rev-parse --abbrev-ref HEAD
1
0

cómo comprobar en qué brach estamos en git

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

rama git desde rama actual

git checkout -b <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
..................................................................................................................