Just as the title says, is it worth it going for a gitosis or gitolite setup instead of a simple git server setup?
Or, will it have any benefits in the future when I’ll have more people pushing commits to that server?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Gitosis (or the more recent gitolite) makes it easy to use a git server for users not really used to linux and ssh and not having their own access.
If they’re used to linux and they have to access the server for other reasons, and everybody has his own public repository on the server and everybody just pull from other repositories and push to his own ones, you don’t really need gitosis. In this case, it’s mainly an additional layer that you may avoid.