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 Introduction to Git First Commits First Commits

Gonzalo Torres del Fierro
PLUS
Gonzalo Torres del Fierro
Courses Plus Student 16,751 Points

how 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
Carlos Reyes
30,056 Points

It 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,