I've got the same problem as this guy, and these comments aren't helping. When get prompts me to enter my commit message, it opens an editor, and I for the life of me can't figure out how to close it. How do I let it know that I'm done with my message? Sorry for the n00b questions.
On Nov 16 2008, 2:15 pm, James Byrne <rails-mailing-l...@andreas- s.net> wrote: > Pål Bergström wrote: > > I'm trying to learngit. After doing the initial add . I come to a > > message. Do I add my comment as a comment with # before my line, or > > what? And how to I get out of there? > > > I've been trying to find a good tutorial but I can't find any that > > explains this issue, so I getstuck. Are there any good tutorials about > >gitthat really explains it without leaving out important parts like > > this? > > The sequence is. > > #gitadd <file or directory tree> > #gitcommit -m <comment here> | Insert as first line in message file > that editor opens. > > If this is a local repository then you are done. If cloned from a > remote master then you need to follow the local commit with a > > #gitpush > > To see the current status of the local vs. the remote repository > > #gitstatus > > To update the local from the remote > > #gitpull > > peepcode.com has an excellent pdf book ongitfor $9.00, a great value. > They also have a screencast ongit($9.00) as does railscasts.com (free) > > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

