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 trialGary Ford
14,475 PointsStuck after git log command
entered the git log command. At the end of the log I have this:
commit e2028409c786175d0a4d6f58a366d19a9ebf30a4 Author: gfinchitown gfinchitown@me.com Date: Wed Jun 18 13:41:33 2014 -0700
Added a README file
(END) No matter what key(s) I press I can't get back to to my repository. Nothing happens and I just get a beep when keys are pressed.
4 Answers
Shani Rivers
14,920 PointsHi Gary,
I'm glad you've figured it out, but I think that they leave things out on purpose in order for us to do some research on our own (e.g. looking at the Git documentation itself, http://git-scm.com/doc). I do recall that the instructor did comment on how to get out of git log...
Pada S
2,493 PointsI Figured it out too. You just have to press q :)
Clara Hembree
11,401 PointsI'm pretty sure the necessary commands are explained in the Console Foundations course. It's a prerequisite on the Web Development track I'm on right now.
Abbey Jackson
1,660 PointsNo, I just did the Console Foundations and I am constantly stuck. I think it's because of the editors that are being opened. I got stuck with git commit too. It opened an editor that required a different set of keys to exit than had been explained before. I believe the editor is called VIM and the way you exit is by typing :q to quit. If you are in it to do the commits, so therefore you've added material you need to save, you type your commit message, then hit ESC and then :wq (write, quit)
Pada S
2,493 PointsI'm stuck too can you tell me how did you figure it out?
Gary Ford
14,475 PointsGary Ford
14,475 PointsFigured it out. Is it me or does it seem as if pieces of info are left out and assumed with this course?