Skip to content

Commit d031bec

Browse files
committed
Remove unncessary words
1 parent a96aa23 commit d031bec

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
@@ -114,7 +114,7 @@ Each project's home page shows recent activity, and links along the top will lea
114114

115115
The simplest way of working together on a GitLab project is by giving each user direct push access to the Git repository.
116116
You can add a user to a project by going to the ``Members'' section of that project's settings, and associating the new user with an access level (the different access levels are discussed a bit in <<_gitlab_groups_section>>).
117-
By giving a user an access level of ``Developer'' or above, that user can push commits and branches directly to the repository with impunity.
117+
By giving a user an access level of ``Developer'' or above, that user can push commits and branches directly to the repository.
118118

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.

0 commit comments

Comments
 (0)