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 Git Basics Getting Started With Git Committing Changes

Following on my MAC. After typing "Added a README file" No prompts @ bottom to save change. How to save?

Following on my MAC. After typing "Added a README file" there is no prompts @ bottom of screen to save change. Only the word --INSERT--. When I control X nothing happens. How do I save the change?

2 Answers

Dee Greene
Dee Greene
8,508 Points

Give this a try:

  1. hit esc
  2. type in ":wq"
  3. hit enter

Also use this to switch your editor the one the teacher is using in the video

git config --global core.editor nano
Brian Stumbaugh
Brian Stumbaugh
2,161 Points

hey dee....is Nano something that needs to be downloaded...or does it come pre-installed on MacBooks?

Dee Greene
Dee Greene
8,508 Points

I have a Mac and those are the only steps I had to follow.

Brian Stumbaugh
Brian Stumbaugh
2,161 Points

ayyyy thanks! that worked