Search code examples
gitgitolite

How do I give a user access to all repositories in gitolite?


I have a certain user (backup) that regularly clones/fetches all the repositories in our gitolite system. I have to manually add

 R = backup 

to every single repo I have. Is there an easier way to give this user access to every single repo?


Solution

  • Try this:

    repo    @all
      R     = backup