I would like that authenticated users can only:
- view
- clone
- fetch/pull from it?
basically I want prevent users, even authenticated ones, to push to this git repo. But for other git repos on the same GitBlit I may desire to have authenticated users to also push to those repos.
thank you in advance