how to clone repository from git code example
Example 1: git clone command from github to local
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
Example 2: download github repository
git clone https://github.com/username/project-name.git
Example 3: clone repository git
git clone https://[email protected]/teamsinspace/documentation-tests.git
Example 4: cloning projects from github to local repository
cd [projects-folder]
gh repo clone [user-name]/[project-name]