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