Answers for "github copy branch in another"

6

clone a given branch github

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

git copy folder from another branch

//copy directory/file from different branch
git checkout master -- dirname
Posted by: Guest on December-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language