cmd git clone without code example
Example 1: how to download a git repository
git clone "then thing you can copy with https"
Example 2: git clone repo with name
git clone https://github.com/foo/repo_name.git new_directory_name
git clone "then thing you can copy with https"
git clone https://github.com/foo/repo_name.git new_directory_name