Horje
git push specific branch Code Example
push to specific remote branch
git push origin localBranchName:remoteBranchName
git push specific branch
$ git push <remote> <branch>
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>




Shell

Related
move linux Code Example move linux Code Example
git get latest Code Example git get latest Code Example
create a new git branch Code Example create a new git branch Code Example
ubuntu dock setting Code Example ubuntu dock setting Code Example
git apply exclude file Code Example git apply exclude file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10