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.git
Clone 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