On 07/13/2012 02:38 PM, Angelo Borsotti wrote:
I was wandering why there should instead be a need to have
also the files (note that a directory with a .git in it and no other
files is a
project with a pending change in it that is the removal of all files, as
reported
by git status).
A git repository that contains just the history, without a checked-out
file tree, is called a "bare" repository. It can be created using
commands like
$ git init --bare
or
$ git clone --bare $URL
Michael
--
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/
--
You received this message because you are subscribed to the Google Groups "Git for
human beings" 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/git-users?hl=en.