Difference between revisions of "Gitolite"
From Fixme.ch
| Line 1: | Line 1: | ||
| − | * Provides GIT repositories to the members | + | [[Category:Services]] |
| − | + | == Goal == | |
| + | * Provides GIT repositories to the members. | ||
| + | == How to == | ||
* Ask The following people to access the gitolite admin : | * Ask The following people to access the gitolite admin : | ||
** [[User:gcmalloc|gcmalloc]] | ** [[User:gcmalloc|gcmalloc]] | ||
| Line 10: | Line 12: | ||
* Gitolite admin: edit and push to this repository | * Gitolite admin: edit and push to this repository | ||
git clone ssh://gitolite@git.fixme.ch:1337/gitolite-admin | git clone ssh://gitolite@git.fixme.ch:1337/gitolite-admin | ||
| + | Keep the file as clean as you left it. | ||
* Access repository like this: | * Access repository like this: | ||
git clone ssh://gitolite@git.fixme.ch:1337/$example | git clone ssh://gitolite@git.fixme.ch:1337/$example | ||
Revision as of 20:17, 17 July 2012
Goal
- Provides GIT repositories to the members.
How to
Usage
- Gitolite admin: edit and push to this repository
git clone ssh://gitolite@git.fixme.ch:1337/gitolite-admin
Keep the file as clean as you left it.
- Access repository like this:
git clone ssh://gitolite@git.fixme.ch:1337/$example