Github pages: Why do I need a gh-pages
问题 I have deployed a personal blog using Github pages and I see that some tutorials tell you to create a gh-pages branch. I did that, however, my changes to the website are visible only if I make changes to my master. So, I'm confused as to why I need gh-pages? Can someone please explain this. Thanks 回答1: You no longer need a gh-pages branch. GitHub now allows pages to be published from the master branch, or from a docs folder in master. 回答2: You host one website per github person or