how to pull repository from git 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 [email protected]:username/repo.git
git clone https://github.com/username/project-name.git
git clone [email protected]:username/repo.git