File README.SuSE of Package gitolite
This is README for openSUSE Before you can start you need to 'initialize' your repo. 1) before you can work with gitolite you need a ssh-pubkey. When you have one you just need to copy it over to the box where you have installed gitolite. e.g. to /tmp/YourName.pub 2) Switch user to root: su - 3) Switch user to git: su - git 4) check where you are: pwd you should be here: /srv/git 5) now initialize gitolite: gl-setup /tmp/YourName.pub 6) on your *workstation* check out gitolite: git clone git@ServerName:gitolite-admin ###################################################################### Info for upgraders: 1) Switch user to git: su - git 2) run 'gl-setup' and follow instructions. Don't forget o have FUN :)