git clone https://github.com/myname/myapp.git cd myapp touch README.md git add README.md git commit -m "adds README" git push -u origin master