I am trying to setup a Git server could. Can anyone tell me how to set up a Git server, so that client machines can connect to that server and make use of Git version control for their projects... Please give me step by step instructions as I'm new to this thing.
feedback
|
|
I recommend a book (free ebook download)
Chapter 4 deals with setting up a Git server. | |||||
feedback
|
|
For all my Git server setups I use Gitolite which allows for a security granularity of "per-branch" access. Setup is pretty straight forward if you're doing it on a remote server it's as easy as running an interactive script. In addition to this "easy-to-setup" nature it also has a package in Natty and Maverick This won't provide a web frontend like Github, or Gitweb - but you can easily configure and install those on top of something like Gitolite. | |||
|
feedback
|
|
Definitely follow the official documentation: https://help.ubuntu.com/community/Git (section Setting up Git and Project Management) | |||
|
feedback
|
|
| |||
|
feedback
|
