Reputation: 13
I have one repository in git which has many sub-projects.Like this
repo
parent project
|
|----project 1
|----project 2
|----project 3
|----project 4
Now, I would like to give access such that user1 can access only project1, user2 can access only project2 and so on.
I have gone through these links but didn't suffice my requirements.
Thanks
Imran
Upvotes: 1
Views: 95
Reputation: 2534
I think git won't have this feature. You can use Gerrit
(Web based code review and project management for Git based projects).
Upvotes: 1