“Filial Git da filial atual” Respostas de código

Como obter o ramo Git atual

git branch --show-current
Cute Crossbill

Verifique o ramo atual do Git

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

Crie um. ramo fora do desenvolvimento git

//when on branch 'dev' make branch 'myFeature' off of 'dev'
git checkout -b myFeature dev
Vivacious Vicuña

Crie ramo de outra filial

$ git checkout -b myFeature dev
Determined Dugong

Filial Git da filial atual

git checkout -b <branch-name>
Alexander Matzen

Git Filial atual

git rev-parse --abbrev-ref HEAD
TindyC

Respostas semelhantes a “Filial Git da filial atual”

Perguntas semelhantes a “Filial Git da filial atual”

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

Procure respostas de código populares por idioma

Procurar outros idiomas de código