B
B
beduin012014-05-28 13:54:16
GitHub
beduin01, 2014-05-28 13:54:16

How to give rights to only part of the source code of the github repository?

Question about github and bitbacket. Is it possible to somehow give a person rights only to a certain part of the source code? For example, I need a person to be able to add a certain module without being able to merge source codes from other sections.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
maxaon, 2014-05-28
@maxaon

Using public versions in the clouds is extremely unlikely to manage permissions at the branch/commit/directory level. The most realistic option is nested repositories ( hg and git ).
Separation of rights can be done either on your own server, or, probably, in a very expensive and cool cloud.

V
Vlad Zhivotnev, 2014-05-28
@inkvizitor68sl

Certainly not in the git. Well, more precisely, only by moving the necessary code to a separate repository - there the repository is always checked out in its entirety.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question