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 Working By Yourself Create a Branch Test

need help with github basics question.

My answer to this question is:

git add README.md git commit -m "updated read me" but it is flagged as wrong. I do not know what is wrong. Thanks for your help in advance.

What error message does it give you? Are you trying to do all of these commands at once?

1 Answer

If as Jason asked, your are entering both those commands together, that will not pass the quiz. The quiz considers the past commands it asks you to run, so when it asks you to commit your changes, it knows that you have already added the readme file.

If you simply run the commit command with the message argument you should be good.

Okay thank you I tried it again!