actually, i screwed up, it's actually the litteral "group"
This commit is contained in:
parent
7605de1b2a
commit
5a79e13ada
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Setup a shared git repository:
|
||||||
git init shared ; cd shared # you can also do this on an existing git annex repo
|
git init shared ; cd shared # you can also do this on an existing git annex repo
|
||||||
git config core.sharedrepository group
|
git config core.sharedrepository group
|
||||||
chmod g+rwX -R .
|
chmod g+rwX -R .
|
||||||
chgrp -R group .
|
chgrp -R $group .
|
||||||
|
|
||||||
The idea here is to use the new (since [[news/version 4.20130909]]) support for git's `sharedRepository` configuration and restrict access to a specific group (instead of the default, a single user). You can also this to make the files accessible to all users on the system:
|
The idea here is to use the new (since [[news/version 4.20130909]]) support for git's `sharedRepository` configuration and restrict access to a specific group (instead of the default, a single user). You can also this to make the files accessible to all users on the system:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue