I have an existing git repository (bare) which until now was write-only. I want to open it for some UNIX user groups, foo, so that all foo members can click on it. I know that I can easily create a new git repo with:
git init --bare --shared=group repodir chgrp -R foo repodir
But I need an equivalent operation for an existing repo.
git permissions share shared
Pistos Jul 13 '10 at 23:18 2010-07-13 23:18
source share