Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to get out of branch git

git branch //To see list of branches
git checkout -b "branch name" //To create a new branch

git chechout branch "branch name" 
 
PREVIOUS NEXT
Tagged: #branch #git
ADD COMMENT
Topic
Name
7+2 =