Answers for "how git checkout remote branch"

2

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'
Posted by: Guest on April-23-2022
7

git checkout remote branch

git checkout --track origin/<branchname>
Posted by: Guest on June-17-2020

Code answers related to "how git checkout remote branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language