Re: What is the idea for bare repositories?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Mon, 12 Nov 2007, Bruno Cesar Ribas wrote:

> A bare repository is the way to publish your changes to the public. 
> git-daemon and http-clones use a bare repository that only contains 
> adminsitrative files.

More to the point, a bare repository is one which does not have a working 
directory attached.

As such, many commands do not make any sense at all, such as "git add" 
(_what_ do you want to add?  There is not even a working directory to work 
with!), or "git commit".

Ciao,
Dscho

-
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux