create a remote git and connect it with github code example
Example: github add new origin
git init .
git remote add origin <http/someURL>
git pull origin master
git init .
git remote add origin <http/someURL>
git pull origin master