1

I successfully configured centos 7 machine as git server. Now, I have a requirement where I want to keep some documents on a branch(say some admin branch) which should be accessible to few of my teammates and not for other teammates.

How can I achieve that. Thanks in advance.

Parashuram
  • 303
  • 2
  • 6
  • 19

1 Answers1

0

A lightweight solution would be to manage ACL (Access Control Levels) through gitolite.

It is just an authorization layer, which can be enough for a few members.

A more complete (but complex) option would be to install GitLab CE.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250