connect to remote gitlab repo code example
Example 1: how to login to git from terminal
git config --global user.email "[email protected]"
Example 2: gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
git config --global user.email "[email protected]"
git clone --single-branch --branch <branchname> <remote-repo>