Hello.

I am in progress of searching efficient way to use GIT work-flow with 
advanced access permissions. The work flow is this: 
http://nvie.com/posts/a-successful-git-branching-model/ but simpler 
alternative can be taken in order to understand the actual requirement 
which is described in the next paragraph.

What seems I need is to configure each developer with file/directory 
permissions (may not include "list" permission but only read and write if 
no "read" permission means that the DEV will not see the file/directory at 
all). That way I will be able to share enough but limited part of software 
with a developer. The second important thing is that he should still be 
able to send pull requests for merge but only with the source addition 
and/or modification in the allowed directories/files.

To aggregate the question: is there any way to use given GIT Workflow with 
the ability to share partially the repository and still use the full 
potential of GIT repository. Git modules and subtree is not efficient and 
seems for another use-cases because they will sacrifice the repository 
power.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to