Answers for "duplicate clone remote branch locally git"

0

duplicate clone remote branch locally git

git checkout -b <new_local_branch_name> <remote>/<remote_branch_name>
// example
git checkout -b my_branch origin/my_branch
Posted by: Guest on November-18-2020
0

duplicate clone remote branch locally git

git checkout -b <new_local_branch_name> <remote>/<remote_branch_name>
// example
git checkout -b my_branch origin/my_branch
Posted by: Guest on November-18-2020

Code answers related to "duplicate clone remote branch locally git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language