I have created a git bare repository in my local system and I have maintained a few files in it now. Other users can clone, pull, push and commit changes, who know my ip address and git path. All I want to do is allow all user with only read permission. I dont want them to push it into the repository without me reviewing it. So when they commit the changes.I should be able to review it and then update it in the repository.Can anyone help me with this setting and the git commands to use.
Regards,
Sathya Prasad P