“Empurre para um ramo remoto específico” Respostas de código

Empurre para um ramo remoto específico

git push origin localBranchName:remoteBranchName
Funny Ferret

git push ramo específico

# 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

Respostas semelhantes a “Empurre para um ramo remoto específico”

Perguntas semelhantes a “Empurre para um ramo remoto específico”

Mais respostas relacionadas para “Empurre para um ramo remoto específico” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código