Which of the following is true regarding the repository you downloaded from Gitlab using the git clone … command? code example
Example: gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
git clone --single-branch --branch <branchname> <remote-repo>