On Mon, 11 Nov 2013 02:50:11 -0800 (PST)
Ray Tayek <rta...@gmail.com> wrote:

> hi, i have git version 1.8.4.msysgit.0 installed.
> 
> if i run this as a daemon, where are the repositories located? (i.e.
> where do i do a mkdir foo.git; cd foo.git; git init --bare?)
> 
> how do i change where the (server) repositories live?

They're passed on the command-line of the daemon.

Run
git help daemon
in the console or the Run program (Win+r) dialog to get open the
daemon's manual page.

You might also be interested in its --base-path command-line option.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to