Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to createe git remote branch

git checkout -b <branch-name> # Create a new branch and check it out
git push <remote-name> <branch-name> 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #createe #git #remote #branch
ADD COMMENT
Topic
Name
3+9 =