This page is being displayed from http://jheines.github.io/91461-2014-15f/j1.html.

  1. create repository on GitHub
  2. grab URL from the website (highlight and copy)
  3. git clone {URL}
  4. git branch gh-pages
  5. git checkout gh-pages
  6. create HTML file locally on your system
  7. git add {filename}
  8. git commit -m {"description"}
  9. git push origin gh-pages
  10. file should then be accessible at http://username/repositoryname/filename.ext