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

Ahmed Hamid
Ahmed Hamid
3,261 Points

Commitment Therapy - Am I retarded?

So here is the issue I am having. The commands are identical, but the do not work in the quiz. What am I missing? http://imgur.com/GlyAsYT http://imgur.com/CExmwpx

3 Answers

Ahmed Hamid
Ahmed Hamid
3,261 Points

That actually does not work as well. I figured it out It is just a vaguely phrased task. What they were looking for was the git commit -m "".

Thanks though Colin!

Exactly same problem for me. The " git commit -m " also doesn't work :(

Colin Marshall
Colin Marshall
32,861 Points

if you use git commit -m you have to put a message in quotes after the -m part:

git commit -m "this is a message that contains info about this commit"