On Thu, Feb 14, 2008 at 9:27 AM, Sergei Organov <osv@xxxxxxxxx> wrote: > Hello, > > I've just cloned the public repo (it's rather small): > > $ git clone http://ydirson.free.fr/soft/git/cvsps.git > > and it has created cvsps/.git, but no working copy. That's because the remote side doesn't have a HEAD. Just run "git checkout --track -b master origin/master" to create a local branch the tracks the origin/master branch. Dave. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html