Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git create new branch

// create and checkout new branch in one line
git checkout -b new_branch
 
PREVIOUS NEXT
Tagged: #git #create #branch
ADD COMMENT
Topic
Name
6+2 =