Answers for "copy branch from one repo to another"

4

copy files from another branch git

# git checkout <branch> <path>
$ git checkout other_branch world.txt
Posted by: Guest on November-25-2020
0

clone project from specific branch

git clone -b <branchname> <remote-repo-url>
Posted by: Guest on January-14-2022

Code answers related to "copy branch from one repo to another"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language