Which is the best git hosting sw? – Gitolite vs. Gitlab vs. Gitorius [closed]
Gitolite is not a git hosting environment: it is an authorization layer, which grants or denies access to a git repo. It is the https or ssh layer which allows the authentication of a user, and the git repo hosting itself. See “How do programs like gitolite work?” GitLab and Gitorious both provide git hosting, … Read more