Hi, On Thu, 7 Dec 2006, J. Bruce Fields wrote: > +$ mkdir /pub/temporary > +$ cd /pub/temporary > +$ git init-db --shared > +$ git fetch /home/alice/myproject master:master Even easier: $ mkdir /pub/my-repo.git $ cd /pub/my-repo.git $ git --bare init-db --shared $ git --bare fetch /home/alice/myproject master:master (Totally untested, of course.) 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