how to pull project from github code example
Example 1: clone code github
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
Example 2: how to pull git repository from github
git clone [email protected]:username/repo.git
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
git clone [email protected]:username/repo.git