「GITLAB」- A web-based Git-repository manager

认识

GitLab 提供了一个统一、高效的工作流程,使得开发者可以在同一个平台上完成从代码编写到部署的全部过程。

组成

GitLab Architecture Overview

Gitaly provides high-level remote procedure call (RPC) access to Git repositories. It is used by GitLab to read and write Git data. Gitaly manages only Git repository access for GitLab. Other types of GitLab data aren’t accessed using Gitaly.

构建

目前(2019/07/10)分为社区版和企业版。社区版使用 MIT 许可,企业版使用专有许可;

参考

介绍 GitLab —— ChatGPT 4.0