diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-28 16:21:58 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-28 16:21:58 +0200 |
| commit | 6393ed6a418a628cfe37688558fe1a58a489a4ab (patch) | |
| tree | 4fd422d404b0baba24750f3dbfcb33c55d89cbf2 /doc | |
| parent | dec15a41420733b9ce75c1939d871f6406142975 (diff) | |
| download | gitlab-ce-6393ed6a418a628cfe37688558fe1a58a489a4ab.tar.gz | |
add description what is gitlab-shell
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/install/installation.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 42114235ca3..2de6bab97c1 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -92,8 +92,11 @@ Create a `git` user for Gitlab: sudo adduser --disabled-login --gecos 'GitLab' git + # 4. GitLab shell +GitLab Shell is a ssh access and repository management software developed specially for GitLab. + # Login as git sudo su git |
