“github show ramo atual” Respostas de código

github show ramo atual

git branch --show-current
Average Ant

Obtenha o nome atual do ramo git

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

Verifique o github atual do ramo atual

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

github show ramo atual

git branch --show-current
Owl Coder

Respostas semelhantes a “github show ramo atual”

Perguntas semelhantes a “github show ramo atual”

Mais respostas relacionadas para “github show ramo atual” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código