Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to create a new branch in git

//creating a new branch named "myprofile" 
git branch myprofile
 
PREVIOUS NEXT
Tagged: #create #branch #git
ADD COMMENT
Topic
Name
1+2 =