Answers for "git get a clone from a specific branch"

1

git get a clone from a specific branch

git clone --branch <branchname> <remote-repo-url>
Posted by: Guest on August-23-2021

Code answers related to "git get a clone from a specific branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language