how to clone a repository from the command line from github code example
Example 1: github clone to local folder
cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git
Example 2: clone repository git
git clone https://[email protected]/teamsinspace/documentation-tests.git