clone gitlab commmand line code example
Example 1: how to download a git repository
git clone "then thing you can copy with https"
Example 2: github clone to local folder
cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git