You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/04-git-server/sections/gitlab.asc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ image::images/gitlab-menu.png[The ``Admin area'' item in the GitLab menu.]
39
39
Users in GitLab are accounts that correspond to people.
40
40
User accounts don't have a lot of complexity; mainly it's a collection of personal information attached to login data.
41
41
Each user account comes with a *namespace*, which is a logical grouping of projects that belong to that user.
42
-
If the user +jane+ had a project named +project+, that project's url would be http://server/jane/project[].
42
+
If the user +jane+ had a project named +project+, that project's url would be `http://server/jane/project`.
43
43
44
44
[[gitlab_users]]
45
45
.The GitLab user administration screen.
@@ -56,7 +56,7 @@ This is obviously a much more permanent and destructive action, and its uses are
56
56
===== Groups
57
57
58
58
A GitLab group is an assemblage of projects, along with data about how users can access those projects.
59
-
Each group has a project namespace (the same way that users do), so if the group +training+ has a project +materials+, its url would be http://server/training/materials[].
59
+
Each group has a project namespace (the same way that users do), so if the group +training+ has a project +materials+, its url would be `http://server/training/materials`.
0 commit comments