Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push changes to branch in git

 # push any desired branch to remote
 git push -u origin local_branch_name:remote_branch_name
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #push #branch #git
ADD COMMENT
Topic
Name
8+1 =