git cloen branch code example
Example 1: git clone from specific branch
git clone -b branchName repoUrl
Example 2: gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
git clone -b branchName repoUrl
git clone --single-branch --branch <branchname> <remote-repo>