“Crea un nuevo ramá” Código de respuesta

Crea un nuevo ramá

git checkout -b new-branch-name
Difficult Dove

crear una nueva rama Git

# create and switch to the new branch 
git checkout -b <Name_of_your_branch>
# example 
git checkout -b testBranch1
# if you check your current branch it will show you testBranch1
polyglot orca

Respuestas similares a “Crea un nuevo ramá”

Preguntas similares a “Crea un nuevo ramá”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código