“Git Push Specific Branch” Réponses codées

Poussez vers une branche à distance spécifique

git push origin localBranchName:remoteBranchName
Funny Ferret

Git Push Specific Branch

$ git push <remote> <branch>
Jolly Jay

Git Push Specific Branch

# 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

Réponses similaires à “Git Push Specific Branch”

Questions similaires à “Git Push Specific Branch”

Plus de réponses similaires à “Git Push Specific Branch” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code