Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git checkout branch from remote to local

git checkout -b test origin/test

// making a local copy of the branch called "test" from origin.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #checkout #branch #remote #local
ADD COMMENT
Topic
Name
8+6 =