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

How to solve this challenge

How to solve this challenge

2 Answers

Michael Afanasiev
PLUS
Michael Afanasiev
Courses Plus Student 15,596 Points

Hi Rajasekhar,

The challenge is asking you to commit to all changes and leave a message as well, so we'll write git commit (to commit) -a flag is for all changes and to leave a message we'll write -m followed by quotes that contain our message.

It should look something like this:

git commit -a -m "hasta la vista baby"

Hope this helps a bit!

Michael Afanasiev
PLUS
Michael Afanasiev
Courses Plus Student 15,596 Points

Let's start with what challenge you are talking about and continue from there. :)

Is n't the treehouse identify in which challenge, we clicked on Help button? And, it has some check box to add the code right. Any ways, can you give me the answers for all challenges.

Michael Afanasiev
Michael Afanasiev
Courses Plus Student 15,596 Points

It should link, but my guess you clicked something wrong. Can you copy the URL of the quiz/challenge and paste it here? and please describe what exactly you are stuck on.