Skip to content

Commit 32cfd27

Browse files
committed
Clarify whose fork/copy it is in the text
1 parent d031bec commit 32cfd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/gitlab.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ By giving a user an access level of ``Developer'' or above, that user can push c
119119
Another, more decoupled way of collaboration is by using merge requests.
120120
This feature enables any user that can see a project to contribute to it in a controlled way.
121121
Users with direct access can simply create a branch, push commits to it, and open a merge request from their branch back into `master` or any other branch.
122-
Users who don't have push permissions for a repository can ``fork'' it (create their own copy), push commits to _that_ copy, and open a merge request from their fork back to the main project.
122+
Users who don't have push permissions for a repository can ``fork'' it to create their own copy, push commits to _their_ copy, and open a merge request from their fork back to the main project.
123123
This model allows the owner to be in full control of what goes into the repository and when, while allowing contributions from untrusted users.
124124

125125
Merge requests and issues are the main units of long-lived discussion in GitLab.

0 commit comments

Comments
 (0)