after cloning from gitlab what steps should i take to get a project running code example
Example: gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
git clone --single-branch --branch <branchname> <remote-repo>