lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab

View the Project on GitHub zaquestion/lab

lab clone

GitLab aware clone repo command

Synopsis

Clone a repository, similarly to ‘git clone’, but aware of GitLab specific settings.

lab clone [flags]

Examples

lab clone awesome-repo
lab clone company/awesome-repo --http
lab clone company/backend-team/awesome-repo

Options

  -h, --help   help for clone
      --http   clone using HTTP protocol instead of SSH

Options inherited from parent commands

      --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

SEE ALSO

Auto generated by spf13/cobra on 3-Jul-2022