Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 92c9d7c53411f710ede97f79e7bad426 > files > 1

gitosis-0.2-11.20080825git.fc15.src.rpm

After the installation of gitosis, the gitosis-admin repository needs to be
initialized:
# sudo -H -u gitosis gitosis-init <SSH_KEY.pub
whereas SSH_KEY.pub is a your ssh public key, see ssh-keygen(1).

Git repositories can now be configured in gitosis.conf:
$ git clone gitosis@SERVER:gitosis-admin.git

See README.rst for more information.