Commit 6393ed6a418a628cfe37688558fe1a58a489a4ab
1 parent
dec15a41
Exists in
master
and in
4 other branches
add description what is gitlab-shell
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
doc/install/installation.md
| @@ -92,8 +92,11 @@ Create a `git` user for Gitlab: | @@ -92,8 +92,11 @@ Create a `git` user for Gitlab: | ||
| 92 | 92 | ||
| 93 | sudo adduser --disabled-login --gecos 'GitLab' git | 93 | sudo adduser --disabled-login --gecos 'GitLab' git |
| 94 | 94 | ||
| 95 | + | ||
| 95 | # 4. GitLab shell | 96 | # 4. GitLab shell |
| 96 | 97 | ||
| 98 | +GitLab Shell is a ssh access and repository management software developed specially for GitLab. | ||
| 99 | + | ||
| 97 | # Login as git | 100 | # Login as git |
| 98 | sudo su git | 101 | sudo su git |
| 99 | 102 |