Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/04-git-server/sections/gitlab.asc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ image::images/gitlab-menu.png[The “Admin area” item in the GitLab menu]

===== Users

Everybody using your GitLab server must have an user account.
Everybody using your GitLab server must have a user account.
User accounts are quite simple, they mainly contain personal information attached to login data.
Each user account has a *namespace*, which is a logical grouping of projects that belong to that user.
If the user +jane+ had a project named +project+, that project's url would be `http://server/jane/project`.
Expand Down