Bitbucket branch management
问题 Is this possible with BitBucket or GitHub to restrict the user for any particular branch except "master"? I only want to share "master" branch with others and develop branch should be keep private with me and my developers. So no one can even "checkout" develop branch if permission is not given. Any possibility? 回答1: 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