Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git checkout new branch

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