Reminder to all repository users: Please do not add , commit and push any data files to your remote git repositories. The disk space the Git server is limited, it wasn't dimensioned to host anything else than code. Solely your code files need versioning. The data inputs/outputs don't. A good idea is to do "git add" individually on each file you want to commit, to avoid versioning unwanted content.

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