Answers for "git clone existing repo to new local branch"

5

git clone from specific branch

git clone -b branchName repoUrl
Posted by: Guest on December-07-2020
-1

clone a git branch

$ git clone -b <branch> <remote_repo>
Posted by: Guest on June-16-2021

Code answers related to "git clone existing repo to new local branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language