On Nov 16, 2008, at 7:25 AM, Pål Bergström wrote:
> > I'm trying to learn git. 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 get stuck. Are there any good tutorials > about > git that really explains it without leaving out important parts like > this? I'm guessing you typed "git ci" ? If so that will open up whatever editor is defined in the EDITOR environment variable. Write your message (without preceeding #'s) and then save. Or, do it this way: git ci -m "this is my commit message" -philip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

