I have two branches in my repository(SAMPLE)
-
master .. under Master —> AA (folder)–> A.html
-
gh-pages.. under gh-pages —> BB (folder) –> B.html
I have make master as my default.
If my user name is USER ,then i got USER.github.com/SAMPLE/BB/B.html — it works fine and I can see my page live.
So how can i view the master pages. like (USER.github.com/SAMPLE/AA/A.html)
The
gh-pagesbranch is special, and the only branch that is mapped to yourUSER.github.com/SAMPLEweb space. If you want other files to appear in yourgh-pagesbranch, you’ll need to explain more about what you’re trying to do for other people to be able to make good suggestions about how to do that. For example:etc. etc.