Answers for "how to make a copy of one branch in git"

1

creating copy of a branch

git checkout -b new_branch old_branch
Posted by: Guest on August-03-2020
0

how to git clone a specific branch

# Using gh CLI

gh repo clone <username>/<reponame> -- -b <branchname>
Posted by: Guest on April-17-2021

Code answers related to "how to make a copy of one branch in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language