Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools GitHub Basics Create a Web Presence on GitHub GitHub Pages Review

When creating a personal GitHub Pages repository, what branch should you push your site to?

This question gives master and gh-pages as options but neither are correct as it does not matter.

Even looking at past issues with this is looks like it was corrected but the issue/problem is back.

2 Answers

First you need to make sure that after you create a gh-pages branch and then make sure you are located in that branch with the command git-status. After that commit any changes to that branch and finally push them to the branch with the following command git push origin gh-pages. Let me know if that works!

Hi Daniel,

The problem is with the question itself. As there is no right answer, I can name it anything I want. This has been a past issue per other questions I had reviewed prior to posting. It was stated in one that it was an issue and had been fixed with this specific question.

Hi Mark,

I apologize I did not read your question correctly. That does seem to be an issue with the quiz, but it seems to be working now if you select 'master' it correctly marks it as the wrong answer.