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 trialMarkie Chancellor
10,809 Pointsneed 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.
1 Answer
eck
43,038 PointsIf 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.
Markie Chancellor
10,809 PointsOkay thank you I tried it again!
Jason Sizemore
1,463 PointsJason Sizemore
1,463 PointsWhat error message does it give you? Are you trying to do all of these commands at once?