how to download from gitlab then configure to git bash and vs studio code example
Example: gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
git clone --single-branch --branch <branchname> <remote-repo>