“Git Filial atual” Respostas de código

Como obter o ramo Git atual

git branch --show-current
Cute Crossbill

Como verificar qual Brach estamos no git

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

Verifique o ramo atual do Git

//all branch and current branch 
git branch
//current branch
git branch --show-current
polyglot orca

Obtenha o nome atual do ramo git

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

Git Filial atual

git rev-parse --abbrev-ref HEAD
TindyC

Git Filial atual

##Current branch
echo $(git branch --show-current 2> /dev/null)
Tiago F2

Respostas semelhantes a “Git Filial atual”

Perguntas semelhantes a “Git Filial atual”

Mais respostas relacionadas para “Git Filial atual” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código