diff --git a/doc/workflow/README.md b/doc/workflow/README.md index 2e088cfa03..a7216b3a00 100644 --- a/doc/workflow/README.md +++ b/doc/workflow/README.md @@ -12,5 +12,6 @@ - [Project importing from GitHub to GitLab](import_projects_from_github.md) - [Project importing from GitLab.com to your private GitLab instance](import_projects_from_gitlab_com.md) - [Protected branches](protected_branches.md) +- [Sharing a project with a group](share_with_group.md) - [Web Editor](web_editor.md) - [Manage large binaries with git annex](git_annex.md) diff --git a/doc/workflow/share_with_group.md b/doc/workflow/share_with_group.md new file mode 100644 index 0000000000..3b7690973c --- /dev/null +++ b/doc/workflow/share_with_group.md @@ -0,0 +1,13 @@ +# Sharing a project with a group + +If you want to share a single project in a group with another group, +you can do so easily. By setting the permission you can quickly +give a select group of users access to a project in a restricted manner. + +In a project go to the project settings -> groups. + +Now you can select a group that you want to share this project with and with +which maximum access level. Users in that group are able to access this project +with their set group access level, up to the maximum level that you've set. + +![Share a project with a group](share_with_group.png) diff --git a/doc/workflow/share_with_group.png b/doc/workflow/share_with_group.png new file mode 100644 index 0000000000..a0ca6f1455 Binary files /dev/null and b/doc/workflow/share_with_group.png differ