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