Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Git - checkout a specific remote branch

$ git checkout -t origin/remote-branch

Branch 'remote-branch' set up to track remote branch 'remote-branch' from 'origin'.
Switched to a new branch 'remote-branch'
Source by devconnected.com #
 
PREVIOUS NEXT
Tagged: #Git #checkout #specific #remote #branch
ADD COMMENT
Topic
Name
4+5 =