From 7605de1b2a2190ad4d2d3e4230f01a9a8a56b094 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Wed, 27 May 2015 20:53:39 +0000 Subject: [PATCH] fix typo and clarify --- doc/tips/shared_git_annex_directory_between_multiple_users.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/shared_git_annex_directory_between_multiple_users.mdwn b/doc/tips/shared_git_annex_directory_between_multiple_users.mdwn index 5ca3b45ec9..08bd8f4c06 100644 --- a/doc/tips/shared_git_annex_directory_between_multiple_users.mdwn +++ b/doc/tips/shared_git_annex_directory_between_multiple_users.mdwn @@ -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 config core.sharedrepository group chmod g+rwX -R . - chown -R :media . + 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: