Bitbucket branch management

﹥>﹥吖頭↗ 提交于 2019-12-06 19:52:25

You can restrict in "writing" access (push) with BitBucket or GitHub, or with a git server using gitolite.

But you cannot restrict in "reading" access: if you can clone part of a repo, you can clone the all repo.

develop branch should be keep private with me and my developers.

That means having those branch in a separate repo: you can restrict the visibility of a all repo (for instance: a private repo with BitBucket)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!