Just to remember how to setup this )
Via scie.nti.st
Put your admin key in /tmp/id_rsa.pub
apt-get install gitosis sudo adduser \ --system \ --shell /bin/sh \ --gecos 'git version control' \ --group \ --disabled-password \ --home /var/git \ git sudo -H -u git gitosis-init < /tmp/id_rsa.pub
fetch admin
git clone git@YOUR_SERVER_HOSTNAME:gitosis-admin.git
cd gitosis-admin
config file cheat sheet:
[group officeworkers] members = john ken barbie writable = repo1 readonly = repo2 repo3
...and just add/commit/push admin.
