Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create new remote branch

git checkout -b <new-branch-name>	#Create new branch locally
git push <remote-name> <new-branch-name> #Create new branch remotely
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #remote #branch
ADD COMMENT
Topic
Name
9+2 =