git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/you_name/you_repo
git push -u origin master