miki-riglos @ GitHub

Authors

Miki Riglos

Exploring github-pages and cloud9ide

This file was created in c9.io

Steps:

  1. Create project in c9.io (branch is master by default)
  2. git remote add origin git@github.com:miki-riglos/miki-riglos.github.com
  3. Create index.html
  4. git add index.html
  5. git commit -m "Created in c9.io"
  6. git push -u origin master