how to clone repository from gitlab code example
Example 1: gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
Example 2: git clone private repo
git clone https://strafe:[email protected]/strafe/project.git
git clone --single-branch --branch <branchname> <remote-repo>
git clone https://strafe:[email protected]/strafe/project.git