From charlesreid1

Revision as of 02:29, 9 April 2014 by Admin (talk | contribs) (Created page with "Every project can also create a collection of hosted GitHub pages. To do this, you can create a branch called <code>gh-pages</code> that will be completely separate from your oth...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Every project can also create a collection of hosted GitHub pages. To do this, you can create a branch called gh-pages that will be completely separate from your other branches and will contain all of the content served by the web server when you go to the page http://username.github.io/project

Check out your project from GitHub:

git clone https://github.com/charlesreid1/

to be continued...