Changes

Jump to: navigation, search

Gitolite

164 bytes added, 22:07, 12 August 2012
Add tip
* Access repository like this:
git clone ssh://gitolite@git.fixme.ch:1337/$example
 
== Tip ==
If you don't want to specify the port every time you use ssh/git, you can add the host to your '''~/.ssh/config''':
 
Host git.fixme.ch
Port 1337
201
edits