try git commit -m "Initial." On Thu, Jun 30, 2011 at 1:38 PM, [email protected] <[email protected]> wrote: > That did it. Thanks. > > New problem... > > C:\Sites\ridemo>git init > Initialized empty Git repository in C:/Sites/ridemo/.git/ > > C:\Sites\ridemo>git add . > > C:\Sites\ridemo>git commit "Initial." > error: pathspec 'Initial.' did not match any file(s) known to git. > > > > > On Jun 30, 10:31 am, Tim Shaffer <[email protected]> wrote: >> You probably need to designate that directory as a git repository first. >> >> git init > > -- > 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. > >
-- 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.

