Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
GitLab aware clone repo command
Clone a repository, similarly to ‘git clone’, but aware of GitLab specific settings.
lab clone [flags]
lab clone awesome-repo
lab clone company/awesome-repo --http
lab clone company/backend-team/awesome-repo
-h, --help help for clone
--http clone using HTTP protocol instead of SSH
--debug Enable debug logging level
--no-pager Do not pipe output into a pager
--quiet Turn off any sort of logging. Only command output is printed