how to pull from a github repository code example
Example 1: how to push a file to github
git remote add origin 'your_url_name'
git push -u origin master
Example 2: how to pull git repository from github
git clone git@github.com:username/repo.git