[git-users] newbie confused about git server on windows 8

2013-11-11 Thread Ray Tayek
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?

thanks

-- 
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.


Re: [git-users] newbie confused about git server on windows 8

2013-11-11 Thread Konstantin Khomoutov
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.