Difference between revisions of "Gitolite"
From Fixme.ch
(→Usage) |
(→Goal) |
||
Line 2: | Line 2: | ||
== Goal == | == Goal == | ||
* Provides GIT repositories to the members. | * Provides GIT repositories to the members. | ||
+ | * https://github.com/sitaramc/gitolite/wiki | ||
+ | |||
== How to == | == How to == | ||
* Ask The following people to access the gitolite admin : | * Ask The following people to access the gitolite admin : |
Revision as of 00:48, 21 October 2012
Goal
- Provides GIT repositories to the members.
- https://github.com/sitaramc/gitolite/wiki
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
- List repositories
ssh gitolite@foo.fixme.ch -p 1337
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