Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

push one branch to another

# When pushing to a non-default branch, 
# you need to specify the source ref and the target ref:
git push origin branch1:branch2
#Or
git push <remote> <branch with new changes>:<branch you are pushing to> 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #push #branch
ADD COMMENT
Topic
Name
9+9 =