“Rama específica de Git Push” Código de respuesta

Empuje a una rama remota específica

git push origin localBranchName:remoteBranchName
Funny Ferret

Rama específica de Git Push

$ git push <remote> <branch>
Jolly Jay

Rama específica de Git Push

# In some cases, you may want to push your changes 
# to another branch on the remote repository.
#
# In order to push your branch to another remote branch, 
# use the “git push” command and specify the remote name, 
# the name of your local branch as the name of the remote branch.

$ git push <remote> <local_branch>:<remote_name>
Mushy Mallard

Respuestas similares a “Rama específica de Git Push”

Preguntas similares a “Rama específica de Git Push”

Más respuestas relacionadas con “Rama específica de Git Push” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código