What type of git server do you use? or how do you use git?
- by Johan
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...