Answers for "github how to copy a branch into new repository"

6

clone a given branch github

git clone --single-branch --branch <branch> <repository>
Posted by: Guest on April-28-2020

Code answers related to "github how to copy a branch into new repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language