miki-riglos @ GitHub
Authors
Miki Riglos
Exploring github-pages and cloud9ide
This file was created in c9.io
Steps:
- Create project in c9.io (branch is master by default)
- git remote add origin git@github.com:miki-riglos/miki-riglos.github.com
- Create index.html
- git add index.html
- git commit -m "Created in c9.io"
- git push -u origin master