cloning the repository in 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: how to pull git repository from github
git clone [email protected]:username/repo.git
Example 4: clone repository git
git clone https://[email protected]/teamsinspace/documentation-tests.git