“толчок к конкретной удаленной ветви” Ответ

толчок к конкретной удаленной ветви

git push origin localBranchName:remoteBranchName
Funny Ferret

git push -special ветвь

# 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

Ответы похожие на “толчок к конкретной удаленной ветви”

Вопросы похожие на “толчок к конкретной удаленной ветви”

Больше похожих ответов на “толчок к конкретной удаленной ветви” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования