How to create multiple users for a single GIT repository with different credentials?
i.e. I want to provide read-only access to a set of users and read-write access to another set of users. Also, I need to give a unique username for each user in both the levels. It would be really helpful if I get the correct steps to perform this operation.
Thanks in advance.!!!