Can I specify a specific branch on GitHub pull-only (read-only)?

前端 未结 3 617
野趣味
野趣味 2020-12-17 19:48

Is there a way to set a specific branch on GitHub to pull-only (read-only) or can I only set this for the whole repository?

3条回答
  •  醉酒成梦
    2020-12-17 20:23

    There is no way to do branch level permissions on Github, but the gitolite project supports what you're looking for.

提交回复
热议问题