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

Mohammed Ali
Mohammed Ali
11,134 Points

Git Basic challenge

where do you turn when the challenge is either not working or the code doesn't to be working ? because I'm stuck with the challenge of committing git change. doing this on the console and Ubuntu terminal seem to working perfectly but on the challenge it keep saying wrong.

after adding file to be tracked : git add filename it says commit and pretty easy : git commit filename or git commit -a to commit all changes but is not working ? am i missing something? Thanks

1 Answer

Kevin Korte
Kevin Korte
28,149 Points

It may want you to pass in a message with it, like git commit -m "This describes what the commit did"