On Sep 12, 9:55 pm, Thomas Ferris Nicolaisen <[email protected]> wrote: > No, Github repos will always show you the sources. However, there's a > special mechanism for that on Github called "Pages": > > http://pages.github.com/ > > Aside from that, there's also a documentation function that will display > readme-files rendered from wiki-markup below your source code. > > And finally a wiki function that I haven't used too much. You can use either > of these to get your knowledge out there (probably the first one is the one > you want) :)
Thanks, indeed. I used the automatic generator, and checked out the new branch as instructed (1) $ git fetch origin remote: Counting objects: 3, done. remote: Compressing objects: 100% (2/2), done. remote: Total 3 (delta 0), reused 0 (delta 0) Unpacking objects: 100% (3/3), done. >From github.com:er-cpp/tutorial * [new branch] gh-pages -> origin/gh-pages $ git checkout -b gh-pages origin/gh-pages warning: unable to unlink c_array/doc/html/c_array_HTML.manifest: Permission denied warning: unable to unlink c_array/doc/html/index.html: Permission denied Branch gh-pages set up to track remote branch gh-pages from origin. Switched to a new branch 'gh-pages' What should I do about the warnings, here? (1) Here: http://pages.github.com/ under Project page generator -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
