Hi, wrong mailing list for Windows questions. This is the correct one: http://groups.google.com/group/msysgit On Mon, Mar 04, 2013 at 04:43:27PM -0700, J.V. wrote: > What is the best way to host a shared git repo on a Windows 2008 > box? I would like to create a repo on the 2008 box (that everyone > will pull/push to), but add the initial code from my developer > (Windows7 box). The simplest way is: Just use a shared folder to which you push/clone a bare clone of your repository. Everyone with access to that folder will be able to clone from or push there. There is even an option in Git GUI for the initial operation: Menubar->Remote->Add, Fill in your information and choose "Initialize Remote Repository and Push" Cheers Heiko -- 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