Set project as visible by all, but not modifiable

Hello guys !

I’m currently working on a project, and I want it to be visible but everyone (the entire repository). I want that my code can be reused by someone who wants to.
But, I don’t want them to modify it on my git. I mean, we are 2 developpers, and I don’t want people to add commit to mine.

How can I set it visible by all, but not modifiable unless the download the git !

Thanks,

You can find the settings under
Project > Settings > General > Visibility, project features, permissions

This should do what you asked, if I understood it correctly…?

There’s also a really handy “impersonate” feature in the admin area under
Overview > Users
to test what everyone can see :slight_smile:

1 Like