download repository from github command 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
Example 3: download github repository
git clone https://github.com/username/project-name.git