how to download git repository code example
Example 1: how to download a git repository
git clone "then thing you can copy with https"
Example 2: cloning projects from github to local repository
cd [projects-folder]
gh repo clone [user-name]/[project-name]