Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git switch branch

//switch to existing branch
git checkout branchName
//create new branch and switch
git checkout -b newBranchName
Source by gitexplorer.com #
 
PREVIOUS NEXT
Tagged: #git #switch #branch
ADD COMMENT
Topic
Name
8+2 =