GitLab: Difference between revisions
(Created page with "==Introduction== GitLab is a free git repository management application based on Ruby on Rails. It is an interesting alternative if you want to host your own git repositories,...") |
|||
| Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
GitLab is a free git repository management application based on Ruby on Rails. It is an interesting alternative if you want to host your own git repositories, since third-party hosting is not always the best option when writing private or closed source software. | GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security. GitLab is a free git repository management application based on Ruby on Rails. It is an interesting alternative if you want to host your own git repositories, since third-party hosting is not always the best option when writing private or closed source software. | ||
Revision as of 06:47, 25 June 2019
Introduction
GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security. GitLab is a free git repository management application based on Ruby on Rails. It is an interesting alternative if you want to host your own git repositories, since third-party hosting is not always the best option when writing private or closed source software.