On Tuesday, January 30, 2007 at 19:15:33 (+0100) Jakub Narebski writes:
Bill Lear wrote:
quoted
I don't understand why clone (version 1.4.4.1) is not checking out my
files:
Unless you use git clone --bare, it should checkout HEAD branch...
Ok, well, I certainly did not issue git clone --bare, it was just a
plain ol' clone:
% git clone /repos/git/project
and no checkout ensued. Can I fix this somehow? I've tried the clone
several times with no success. Is there anything I can check in the
source repo (the above /repos/git/project) to see why it would not be
working?
Bill