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