* git repo on Win 2008
@ 2013-03-04 23:43 J.V.
2013-03-05 8:15 ` Heiko Voigt
0 siblings, 1 reply; 2+ messages in thread
From: J.V. @ 2013-03-04 23:43 UTC (permalink / raw)
To: git@vger.kernel.org
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).
J.V.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git repo on Win 2008
2013-03-04 23:43 git repo on Win 2008 J.V.
@ 2013-03-05 8:15 ` Heiko Voigt
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Voigt @ 2013-03-05 8:15 UTC (permalink / raw)
To: J.V.; +Cc: git@vger.kernel.org
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-05 8:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04 23:43 git repo on Win 2008 J.V.
2013-03-05 8:15 ` Heiko Voigt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).