clone repo with git 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
Example 3: clone repository git
git clone https://[email protected]/teamsinspace/documentation-tests.git