“Rama actual de Github Show” Código de respuesta

Rama actual de Github Show

git branch --show-current
Average Ant

Obtenga el nombre actual de la rama Git

git rev-parse --abbrev-ref HEAD
Average Ant

Verifique la rama actual GitHub

git branch
# should show all the local branches of your repo. The starred branch is your current branch.

# If you want to retrieve only the name of the branch you are on, you can do:

git rev-parse --abbrev-ref HEAD
# or with Git 2.22 and above:

git branch --show-current
Mobile Star

Rama actual de Github Show

git branch --show-current
Owl Coder

Respuestas similares a “Rama actual de Github Show”

Preguntas similares a “Rama actual de Github Show”

Más respuestas relacionadas con “Rama actual de Github Show” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código