The clone command will load a copy of the git repository from an external source, in our case this will usually be from GitLab.

git clone <url> <path>

Cloning from Gitlab can be done using SSH which doesn’t require you to enter your username or password but will mean you need to setup SSH Keys or through HTTPS where you will your username and password to be specified for each push or pull

manpage git-clone

bars search caret-down plus minus arrow-right times arrow-up