gitolite disallow access for directory on master branch but not on user branch

前端 未结 2 1666
长情又很酷
长情又很酷 2020-12-18 05:14

Consider the following repo:

REPO/src/A/

REPO/src/B/

Is it possible by having only 1 repo to implement the following restrictions?

  1. On m
2条回答
  •  猫巷女王i
    2020-12-18 05:46

    repo REPO
        - master VREF/NAME/src/A = @contributors
        RW+ master = @maintainers @contributors
        RW+ personal/ = @creators
    

提交回复
热议问题