La guía paso a paso o código que encontrarás en este artículo es la resolución más sencilla y válida que hallamos a esta inquietud o problema.
Ejemplo 1: cómo ver todas las ramas en git
git branch -a
Ejemplo 2: obtener todas las ramas git
$ git branch -a. If you require only listing the remote branches from Git Bash then use this command:
$ git branch -r. You may also use the show-branch commandfor seeing the branches and their commits as follows:
$ git show-branch.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)