Answers for "clone feature branch git"

3

how do i clone a specific branch in git

git clone -b <your_branchname> <your_git-remote-repo>
Posted by: Guest on June-26-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 "Shell/Bash"

Browse Popular Code Answers by Language