Re: [git-users] git users and permissions

2013-07-16 Thread Konstantin Khomoutov
On Mon, 15 Jul 2013 21:01:10 -0700 (PDT) HWSWMAN ed.pat...@gmail.com wrote: i created a repo on a server, and i followed instructions to make a new git group, and assign users to the group .. then i set it so the shell is git shell, and the users can only access the files through git .. this

Re: [git-users] git users and permissions

2013-07-16 Thread Dale R. Worley
From: Konstantin Khomoutov flatw...@users.sourceforge.net now, can i create a user that can only pull? that would be great There's no way to do implement this using plain Git. If a user can only *read* the files in the Git repository, what can the user do with the repostiory using Git?

Re: [git-users] git users and permissions

2013-07-16 Thread Konstantin Khomoutov
On Tue, 16 Jul 2013 10:30:48 -0400 wor...@alum.mit.edu (Dale R. Worley) wrote: now, can i create a user that can only pull? that would be great There's no way to do implement this using plain Git. If a user can only *read* the files in the Git repository, what can the user do with

Re: [git-users] git users and permissions

2013-07-16 Thread Ed Pataky
think manufacturing real things production manufacturing needs only to read, and they should never push, they read the data and program units for manufacturing developers need the whole thing of course On Tue, Jul 16, 2013 at 7:30 AM, Dale R. Worley wor...@alum.mit.edu wrote: From:

[git-users] git users and permissions

2013-07-15 Thread HWSWMAN
i created a repo on a server, and i followed instructions to make a new git group, and assign users to the group .. then i set it so the shell is git shell, and the users can only access the files through git .. this is great .. now, can i create a user that can only pull? that would be great