cd myapp git init git remote add origin https://github.com/myname/myapp.git git add . git commit -m "Initial commit" git push -u origin master