Difference between revisions of "Gitolite"

From Fixme.ch
Jump to: navigation, search
m (moved Gitosis to Gitolite: The name of the article didn't match the name of the service.)
Line 1: Line 1:
 
* Provides GIT repositories to the members
 
* Provides GIT repositories to the members
 
* This is part of the [[Internal_Server]]
 
* This is part of the [[Internal_Server]]
* If you want a private depot, just ask [[User:gcmalloc|gcmalloc]] to provide you one or to add you to the gitolite admin.
+
* Ask [[User:gcmalloc|gcmalloc]] to access the gitolite admin.
** The gitolite admin depot is under <tt>git clone ssh://gitolite@git.fixme.ch:1337/gitolite-admin</tt>
+
 
** All the depot are under <tt>git clone ssh://gitolite@git.fixme.ch:1337/#depot_name</tt>
+
== Usage ==
 +
* Gitolite admin: edit and push to this repository
 +
  git clone ssh://gitolite@git.fixme.ch:1337/gitolite-admin
 +
* Access repository like this:
 +
  git clone ssh://gitolite@git.fixme.ch:1337/#depot_name

Revision as of 21:16, 14 July 2012

  • Provides GIT repositories to the members
  • This is part of the Internal_Server
  • Ask gcmalloc to access the gitolite admin.

Usage

  • Gitolite admin: edit and push to this repository
 git clone ssh://gitolite@git.fixme.ch:1337/gitolite-admin
  • Access repository like this:
 git clone ssh://gitolite@git.fixme.ch:1337/#depot_name