download from github with command line code example
Example 1: how to pull git repository from github
git clone git@github.com:username/repo.git
Example 2: cloning projects from github to local repository
cd [projects-folder]
gh repo clone [user-name]/[project-name]