Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Gonzalo Torres del Fierro
Courses Plus Student 16,750 Pointshow to lunch the nano on the workspace to edit the Linux VCs?
at 6:18 min on video "First Commit" app, Jay shows how you can edit with nano, but I didn´t get how he set to get inside of nano, and how is related he´s current project on it.
****************_______new information Updating my question_________**********( maybe this is an answer) I saw that you can get inside your specific project folder doing this: git commit YOURFILENAME; this line of command will create a text folder: YOURFILENAME.txt and you will get inside of nano text editor, be aware this is not going to happen on your local machine, this only works like this for the treehouse workspace.
1 Answer

Carlos Reyes
30,056 PointsIt is in the transcript, 6:09. Just using:
git commit
Instead of:
git commit -m "my message"
He shows two ways to accomplish the same result.
Regards,