Cloning a GitLab Repository
Introduction
Section titled βIntroductionβCloning lets you work on a local copy of a repository.
Clone Using HTTPS
Section titled βClone Using HTTPSβgit clone https://gitlab.com/namespace/project.gitClone Using SSH
Section titled βClone Using SSHβ- Add your SSH key in User Settings > SSH Keys.
- Use the clone command:
git clone git@gitlab.com:namespace/project.git