What type of git server do you use? or how do you use git?

Posted by Johan on Stack Overflow See other posts from Stack Overflow or by Johan
Published on 2009-05-28T20:53:04Z Indexed on 2010/04/04 23:03 UTC
Read the original article Hit count: 636

Filed under:
|
|

Hi

Let's say we have a small team, 1-5 persons. What type of "git setup" would you use?

Would you use gitweb and apache so you could run over http? Or would you use the user-accounts and ssh in some way?

Today I'm familiar to use SubVersion thou apache (http), but I'm not sure it is right to setup to use git the same way...

Thanks Johan


Update: It feels like if we combine the answer that Dietrich Epp and the one hallidave gave I could get a quick and good solution.

A common dir in the servers filesystem where all can write, and that dir is also exposed with apache. That way everybody can always get the latest, but only trusted people can write to it...

© Stack Overflow or respective owner

Related posts about git

Related posts about ssh