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 trialMiguel Salguero
5,150 Pointsgiving this git command cames into error
My answer was: git commit -a -m "este es mi mensaje" always indicates me it's a wrong answer and for me seems to be correct. This is happening in: Git Basics course form the library in the challenge task 7 / 11
2 Answers
Angela Visnesky
20,927 PointsHi Miguel, Have you tried "git commit -am "este es mi mensaje" ? Hope this helps!
Miguel Salguero
5,150 PointsI tried: git commit -m "este es mi mensaje" and it worked Thank you very much for your time