To push your first commits

In your local repositry :

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