Skip to content

forward/forward.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This repo means we can now set up pages to show off our open source projects under http://forward.github.com. To do so, as in set up http://forward.github.com/repo-name, you need to create a separate branch called gh-pages.

cd /path/to/repo-name
git symbolic-ref HEAD refs/heads/gh-pages
rm .git/index
git clean -fdx
echo "My GitHub Page" > index.html
git add .
git commit -a -m "First pages commit"
git push origin gh-pages

Releases

No releases published

Packages

No packages published