On Thu, 2007-03-01 at 08:41 -0800, Erik Hovland wrote:
> > Does it EXACTLY replicate the directory tree of
> > http://familiar.handhelds.org/git/familiar-build.git/
> > on my computer or does it something else too ?
>
> It should.
Well, it does more than just copying the files. The directory on the
server only contains the internal data of the repository, i.e. the
stuff you'll normally find in a .git subdirectory.
"git clone" first downloads the internal repository data and then -
using the local copy of that data - does a checkout of the default
branch. The latter is what makes actual files available on the local
disk.
See the git documentation for details.
http://www.kernel.org/pub/software/scm/git/docs/
http://www.kernel.org/pub/software/scm/git/docs/git-clone.html
Regards,
Rene
-- Rene Wagner rw at handhelds dot org 4F33 7FD7 93B3 166B BADA D6F8 71A1 FEA8 58B4 36D0
This archive was generated by hypermail 2.2.0 : Thu Mar 01 2007 - 14:04:52 EST