Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

pull all remote branch into new local

$ git checkout <remotebranchname>
Branch <remotebranchname> set up to track <remotebranchname>
Switched to a new branch 'remotebranchname'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pull #remote #branch #local
ADD COMMENT
Topic
Name
2+4 =