gitlab checkout code example
Example 1: how to login to git from terminal
git config --global user.name "your_username"
Example 2: gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
git config --global user.name "your_username"
git clone --single-branch --branch <branchname> <remote-repo>