From charlesreid1

(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...")
 
(Blanked the page)
Line 1: Line 1:
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 other branches and will contain all of the content served by the web server when you go to the page <code>http://username.github.io/project</code>


Check out your project from GitHub:
<pre>
git clone https://github.com/charlesreid1/
</pre>
to be continued...

Revision as of 02:29, 9 April 2014