|
|
|
|
|
by bumeye
4820 days ago
|
|
This is the way that github recommends (https://help.github.com/articles/creating-project-pages-manu...). A separate folder for the gh-pages branch makes sense because this branch has nothing in common with any of the other branches. It doesn't share any code or commits with your master branch. The repository actually has two base commits and it's like two repositories contained in one. Thus needing two separate folders. |
|