Main /
Git
Public repos
To clone a public repository, for example doc;
$ git clone git://sophia.host/doc
Private repos
This instructions assume you already setup your ssh? client and generated your keys, add following to your ~/.ssh/config and replace alice with name of your key;
Host git
Hostname git.sophia.host
Port 1337
User gitolite
IdentityFile ~/.ssh/alice
Now you can clone repository, for example doc;
$ git clone git:doc
