On Mi, 2011-06-29 at 05:02 -0700, Eugene wrote: > Good morning, > I have a local Git for windows. I want to put an ssh or web service in > front so somebody else can use me and also set up automatic builds (via > cruisecontrol) out of my local git. Setting up a ssh or http server under Windows is not directly a git question, so don't be too disappointed if you won't receive step-by-step instructions on this list. A quick google search brought up http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/ This looks like a lot of text too me, so in case your repository can be made available public, you should consider using a service like github.com or similar. Or maybe you know someone with a linux box who could help you out. You could then set up the remove repository with remote.*.mirror=true if you want to easily mirror all your branches with just one command. Regards, Chris -- 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