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