Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create branch in git

# Create New Branch And Switch To It
$ git checkout -b myBranchName
 
PREVIOUS NEXT
Tagged: #create #branch #git
ADD COMMENT
Topic
Name
6+5 =