Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

push new branch to remote

# to create a new local branch
git branch <branch-name>

# to push it to the remote repository
git push -u origin <branch-name>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #push #branch #remote
ADD COMMENT
Topic
Name
7+4 =