“Git - Confira uma filial remota específica” Respostas de código

Git Checkout Remote Branch

git checkout --track origin/<branchname>
Bad Bug

Git - Confira uma filial remota específica

$ git checkout -t origin/remote-branch

Branch 'remote-branch' set up to track remote branch 'remote-branch' from 'origin'.
Switched to a new branch 'remote-branch'
Michael Futral

Faça o checkout Remote Git Branch

git checkout -b test <name of remote>/test
Perfect Petrel

Respostas semelhantes a “Git - Confira uma filial remota específica”

Perguntas semelhantes a “Git - Confira uma filial remota específica”

Mais respostas relacionadas para “Git - Confira uma filial remota específica” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código