To push your first commits

In your local repositry :

git remote add origin ""
git branch --set-upstream master origin/master
git push