Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to pull a new remote branch

git fetch <remote> <rbranch>:<lbranch>
git checkout <lbranch>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pull #remote #branch
ADD COMMENT
Topic
Name
2+7 =