Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

push branch to remote

# Push newly created local branch to remote
git push --set-upstream origin <branch name>
 
PREVIOUS NEXT
Tagged: #push #branch #remote
ADD COMMENT
Topic
Name
6+2 =