Hello,

i have a bare git repository on an external server you access via SSH.
What I would want to do now is limiting access for some users to a
specific branch in this repository. Is this somehow possible?

If this is not possible directly however (what I suppose), can you
link several git repos together easily? What I have in mind is
creating a new repository which only holds the branches I want the
other users having access to. Then I would link my original repository
to this one as well as another newly created repo where the new users
have full acces to. Sounds complicated. So this is what it looks like
in my mind:

[MY_LOCAL_CLONE] ----> [ORIGINAL_BARE_REPO] ---->
{REPO_WITH_SOME_BRANCH} <---- {NEW_USER_REPO} <----
{USERS_LOCAL_CLONES}

So all the repositories in {} would be new ones and in [] are the
already existing ones. Would this work as I wanted it to?

thanks a lot,

Dennis Schmidt

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to