Re: [git-users] Re: Git clone shows "Initialized empty Git repository in what/ever/.git/"

2012-11-20 Thread John McKown
I'm curious about how you do this. What I have always done in the past is create a local working directory with some files in it (like README). I then do a "git init", "git add .", and "git commit -m 'initial setup' ". I then go to my "server", which is really a NAS box on my LAN, and do a "git

Re: [git-users] Re: Git clone shows "Initialized empty Git repository in what/ever/.git/"

2012-11-19 Thread William Mizuta
Do you have a commit on your bare repository? The message "Initialized empty Git repository in what/ever/.git/" indicates that your bare repository doesn't have a commit yet. William Seiti Mizuta @williammizuta Desenvolvedor da Caelum On Mon, Nov 19, 2012 at 6:35 PM, John McKown wrote: > You