Answers for "how to checkout a particular branch from remote repo"

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

Code answers related to "how to checkout a particular branch from remote repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language